Skip to content

Commit 12bd28f

Browse files
committed
hotfix - update version number and syntax error in clamav
1 parent fbe0fbf commit 12bd28f

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

clamav/clamav.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ function clamav:scan()
232232
)
233233
else
234234
-- luacheck: ignore iend
235-
local istart
236-
istart, iend, data = data:find("^stream: (.*) FOUND$")
235+
local istart, iend, data = data:find("^stream: (.*) FOUND$")
237236
local detected = "clean"
238237
if istart then
239238
detected = data

clamav/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "clamav",
33
"name": "ClamAV",
44
"description": "Automatic scan of uploaded files with ClamAV antivirus engine.",
5-
"version": "1.1",
5+
"version": "1.2",
66
"stream": "no",
77
"settings": {
88
"USE_CLAMAV": {

coraza/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "coraza",
33
"name": "Coraza",
44
"description": "Use Coraza as a library to inspect client request",
5-
"version": "1.1",
5+
"version": "1.2",
66
"stream": "no",
77
"settings": {
88
"USE_CORAZA": {

crowdsec/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"stream": "no",
44
"name": "CrowdSec",
55
"description": "CrowdSec bouncer for BunkerWeb.",
6-
"version": "1.1",
6+
"version": "1.2",
77
"settings": {
88
"USE_CROWDSEC": {
99
"context": "multisite",

discord/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "discord",
33
"name": "Discord",
44
"description": "Send alerts to a Discord channel (using webhooks).",
5-
"version": "1.1",
5+
"version": "1.2",
66
"stream": "yes",
77
"settings": {
88
"USE_DISCORD": {

virustotal/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "virustotal",
33
"name": "VirusTotal",
44
"description": "Automatic scan of uploaded files and ips optionally with the VirusTotal API.",
5-
"version": "1.1",
5+
"version": "1.2",
66
"stream": "partial",
77
"settings": {
88
"USE_VIRUSTOTAL": {

webhook/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "webhook",
33
"name": "WebHook",
44
"description": "Send alerts to a custom webhook.",
5-
"version": "1.1",
5+
"version": "1.2",
66
"stream": "yes",
77
"settings": {
88
"USE_WEBHOOK": {

0 commit comments

Comments
 (0)