[PR #8] [CLOSED] Merge pull request #7 from bunkerity/main #23

Closed
opened 2026-03-02 02:59:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bunkerity/bunkerweb-plugins/pull/8
Author: @TheophileDiot
Created: 10/24/2022
Status: Closed

Base: mainHead: dev


📝 Commits (6)

  • b232c02 Merge pull request #7 from bunkerity/main
  • 9d5972b [#4] Add Virtustotal API files to the folder + add ip address scan + small refactor
  • a041ebd Add clamav api files to the folder + small refactor
  • dba9f97 Update Virtustotal README
  • 3891e98 Fix & refactor crowdsec job + Small lua refactor
  • 0eb83d4 Lint 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bunkerity/bunkerweb-plugins/pull/8 **Author:** [@TheophileDiot](https://github.com/TheophileDiot) **Created:** 10/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (6) - [`b232c02`](https://github.com/bunkerity/bunkerweb-plugins/commit/b232c020808f0cc2be0a3e04796c99e2cd85a652) Merge pull request #7 from bunkerity/main - [`9d5972b`](https://github.com/bunkerity/bunkerweb-plugins/commit/9d5972b43cd55988feed42a15993d6e4faaa7725) [#4] Add Virtustotal API files to the folder + add ip address scan + small refactor - [`a041ebd`](https://github.com/bunkerity/bunkerweb-plugins/commit/a041ebd041568ccf513ef38d5ad8cd5fe37c8bc3) Add clamav api files to the folder + small refactor - [`dba9f97`](https://github.com/bunkerity/bunkerweb-plugins/commit/dba9f973338d82345f78df07770c42eefa764a92) Update Virtustotal README - [`3891e98`](https://github.com/bunkerity/bunkerweb-plugins/commit/3891e98cf1b2702df713559f4ed1595aff2f59d7) Fix & refactor crowdsec job + Small lua refactor - [`0eb83d4`](https://github.com/bunkerity/bunkerweb-plugins/commit/0eb83d4a39b49fea571f404c1d3877c9b70f3486) Lint discord & slack lua files ### 📊 Changes **38 files changed** (+1916 additions, -471 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description Add a plugin page for clamAV plugin --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:59:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bunkerweb-plugins#23
No description provided.