Skip to content

Commit

Permalink
hotfix - update version number and syntax error in clamav
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Nov 4, 2023
1 parent fbe0fbf commit 12bd28f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions clamav/clamav.lua
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ function clamav:scan()
)
else
-- luacheck: ignore iend
local istart
istart, iend, data = data:find("^stream: (.*) FOUND$")
local istart, iend, data = data:find("^stream: (.*) FOUND$")
local detected = "clean"
if istart then
detected = data
Expand Down
2 changes: 1 addition & 1 deletion clamav/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "clamav",
"name": "ClamAV",
"description": "Automatic scan of uploaded files with ClamAV antivirus engine.",
"version": "1.1",
"version": "1.2",
"stream": "no",
"settings": {
"USE_CLAMAV": {
Expand Down
2 changes: 1 addition & 1 deletion coraza/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "coraza",
"name": "Coraza",
"description": "Use Coraza as a library to inspect client request",
"version": "1.1",
"version": "1.2",
"stream": "no",
"settings": {
"USE_CORAZA": {
Expand Down
2 changes: 1 addition & 1 deletion crowdsec/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"stream": "no",
"name": "CrowdSec",
"description": "CrowdSec bouncer for BunkerWeb.",
"version": "1.1",
"version": "1.2",
"settings": {
"USE_CROWDSEC": {
"context": "multisite",
Expand Down
2 changes: 1 addition & 1 deletion discord/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "discord",
"name": "Discord",
"description": "Send alerts to a Discord channel (using webhooks).",
"version": "1.1",
"version": "1.2",
"stream": "yes",
"settings": {
"USE_DISCORD": {
Expand Down
2 changes: 1 addition & 1 deletion virustotal/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "virustotal",
"name": "VirusTotal",
"description": "Automatic scan of uploaded files and ips optionally with the VirusTotal API.",
"version": "1.1",
"version": "1.2",
"stream": "partial",
"settings": {
"USE_VIRUSTOTAL": {
Expand Down
2 changes: 1 addition & 1 deletion webhook/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "webhook",
"name": "WebHook",
"description": "Send alerts to a custom webhook.",
"version": "1.1",
"version": "1.2",
"stream": "yes",
"settings": {
"USE_WEBHOOK": {
Expand Down

0 comments on commit 12bd28f

Please sign in to comment.