mirror of
https://github.com/bunkerity/bunkerweb-plugins.git
synced 2026-04-26 04:35:52 +03:00
[PR #9] [MERGED] Merge branch 'dev' into branch 'main' #25
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#25
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/9
Author: @TheophileDiot
Created: 3/16/2023
Status: ✅ Merged
Merged: 5/23/2023
Merged by: @fl0ppy-d1sk
Base:
main← Head:dev📝 Commits (10+)
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 files3c5181eAdd compatibility json fileefb3adcRemove User-Agent to send to discord (no longer accepted)e706593Remove User-Agent header when sending report to slack (no longer accepted)1983728Start updating plugins to support BW 1.5.0📊 Changes
612 files changed (+109354 additions, -1368 deletions)
View changed files
📝
.github/workflows/tests.yml(+11 -7)➕
.gitignore(+3 -0)➕
.tests/build-push.sh(+15 -0)➕
.tests/bw.sh(+22 -0)➕
.tests/clamav.sh(+124 -0)➕
.tests/clamav/docker-compose.yml(+87 -0)➕
.tests/crowdsec.sh(+86 -0)📝
.tests/crowdsec/acquis.yaml(+0 -0)📝
.tests/crowdsec/docker-compose.yml(+38 -13)📝
.tests/crowdsec/syslog-ng.conf(+3 -1)📝
.tests/utils.sh(+0 -0)➕
.tests/virustotal.sh(+124 -0)➕
.tests/virustotal/docker-compose.yml(+75 -0)➕
COMPATIBILITY.json(+3 -0)📝
README.md(+1 -1)📝
clamav/README.md(+7 -7)➕
clamav/api/Dockerfile(+17 -0)➕
clamav/api/README.md(+2 -0)➕
clamav/api/clamd.py(+314 -0)➕
clamav/api/logs.yaml(+17 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.