mirror of
https://github.com/bunkerity/bunkerweb-plugins.git
synced 2026-04-26 04:35:52 +03:00
Labels
No labels
bug
bug
clamav
crowdsec
documentation
enhancement
enhancement
enhancement
pull-request
question
virustotal
virustotal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bunkerweb-plugins#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bunkerity/bunkerweb-plugins/pull/8
Author: @TheophileDiot
Created: 10/24/2022
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (6)
b232c02Merge pull request #7 from bunkerity/main9d5972b[#4] Add Virtustotal API files to the folder + add ip address scan + small refactora041ebdAdd clamav api files to the folder + small refactordba9f97Update Virtustotal README3891e98Fix & refactor crowdsec job + Small lua refactor0eb83d4Lint discord & slack lua files📊 Changes
38 files changed (+1916 additions, -471 deletions)
View changed files
➕
.gitignore(+3 -0)📝
clamav/README.md(+2 -2)➕
clamav/api/Dockerfile(+17 -0)➕
clamav/api/README.md(+2 -0)➕
clamav/api/clamd.py(+314 -0)➕
clamav/api/logs.yaml(+17 -0)➕
clamav/api/main.py(+221 -0)➕
clamav/api/requirements.txt(+4 -0)➕
clamav/api/tests/docker-compose.test.yml(+14 -0)➕
clamav/api/tests/tests.sh(+72 -0)📝
clamav/clamav.lua(+7 -8)📝
clamav/docker-compose.yml(+60 -9)📝
crowdsec/README.md(+60 -13)📝
crowdsec/ban.lua(+3 -5)📝
crowdsec/bitop.lua(+62 -48)📝
crowdsec/bouncer.lua(+94 -96)📝
crowdsec/config.lua(+28 -16)📝
crowdsec/crowdsec.lua(+4 -5)📝
crowdsec/docker-compose.yml(+37 -10)📝
crowdsec/iputils.lua(+95 -58)...and 18 more files
📄 Description
Add a plugin page for clamAV plugin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.