[PR #9] [MERGED] Merge branch 'dev' into branch 'main' #25

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/9
Author: @TheophileDiot
Created: 3/16/2023
Status: Merged
Merged: 5/23/2023
Merged by: @fl0ppy-d1sk

Base: mainHead: dev


📝 Commits (10+)

  • 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
  • 3c5181e Add compatibility json file
  • efb3adc Remove User-Agent to send to discord (no longer accepted)
  • e706593 Remove User-Agent header when sending report to slack (no longer accepted)
  • 1983728 Start 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bunkerity/bunkerweb-plugins/pull/9 **Author:** [@TheophileDiot](https://github.com/TheophileDiot) **Created:** 3/16/2023 **Status:** ✅ Merged **Merged:** 5/23/2023 **Merged by:** [@fl0ppy-d1sk](https://github.com/fl0ppy-d1sk) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`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 - [`3c5181e`](https://github.com/bunkerity/bunkerweb-plugins/commit/3c5181eaf0d9b49984debaa8278677dee208e5c4) Add compatibility json file - [`efb3adc`](https://github.com/bunkerity/bunkerweb-plugins/commit/efb3adcb636a8d0fc32f3dfb0b1b06e821e63d89) Remove User-Agent to send to discord (no longer accepted) - [`e706593`](https://github.com/bunkerity/bunkerweb-plugins/commit/e7065939e01c4ab9079860ca5e3eb6af3b1fe288) Remove User-Agent header when sending report to slack (no longer accepted) - [`1983728`](https://github.com/bunkerity/bunkerweb-plugins/commit/198372806dc3ad1394835a5f76f3d3bef5f78bc8) Start updating plugins to support BW 1.5.0 ### 📊 Changes **612 files changed** (+109354 additions, -1368 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <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#25
No description provided.