[PR #117] [MERGED] Merge branch "dev" into branch "main" #119

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

📋 Pull Request Information

Original PR: https://github.com/bunkerity/bunkerweb-plugins/pull/117
Author: @TheophileDiot
Created: 1/9/2025
Status: Merged
Merged: 1/9/2025
Merged by: @TheophileDiot

Base: mainHead: dev


📝 Commits (10+)

  • 80b4de6 deps/gha: bump github/codeql-action from 3.25.12 to 3.25.13
  • 2c82c25 Merge pull request #89 from bunkerity/dependabot/github_actions/dev/github/codeql-action-3.25.13
  • 22ab6ed deps/gha: bump docker/login-action from 3.2.0 to 3.3.0
  • 3a82240 deps/coraza/api: bump golang from 8c9183f to 24f1bfa in /coraza/api
  • a971625 deps/gha: bump github/codeql-action from 3.25.13 to 3.26.0
  • cf081fe Bump plugin versions to 1.7 and start adding support for 1.6.X release
  • 83e3ba5 Merge pull request #91 from bunkerity/dependabot/docker/coraza/api/dev/golang-24f1bfa
  • 3ab96d0 Merge pull request #94 from bunkerity/dependabot/github_actions/dev/github/codeql-action-3.26.0
  • c3b785c Merge pull request #90 from bunkerity/dependabot/github_actions/dev/docker/login-action-3.3.0
  • beb1708 Update ui action files according to UI state in dev branch

📊 Changes

48 files changed (+401 additions, -1190 deletions)

View changed files

📝 .github/workflows/codeql.yml (+3 -3)
📝 .github/workflows/tests.yml (+4 -5)
📝 .tests/clamav.sh (+11 -11)
📝 .tests/clamav/docker-compose.yml (+18 -32)
📝 .tests/coraza.sh (+11 -11)
📝 .tests/coraza/docker-compose.yml (+18 -34)
📝 .tests/crowdsec.sh (+12 -10)
📝 .tests/crowdsec/docker-compose.yml (+22 -37)
📝 .tests/virustotal.sh (+11 -11)
📝 .tests/virustotal/docker-compose.yml (+17 -32)
📝 COMPATIBILITY.json (+5 -1)
📝 clamav/README.md (+28 -15)
📝 clamav/plugin.json (+1 -1)
📝 clamav/ui/actions.py (+22 -20)
clamav/ui/template.html (+0 -116)
📝 coraza/README.md (+10 -4)
📝 coraza/api/Dockerfile (+5 -5)
📝 coraza/api/crs.sh (+1 -1)
📝 coraza/api/go.mod (+7 -7)
📝 coraza/plugin.json (+1 -1)

...and 28 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/117 **Author:** [@TheophileDiot](https://github.com/TheophileDiot) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@TheophileDiot](https://github.com/TheophileDiot) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`80b4de6`](https://github.com/bunkerity/bunkerweb-plugins/commit/80b4de6d9115686dae21397a1df1f84fd46173ee) deps/gha: bump github/codeql-action from 3.25.12 to 3.25.13 - [`2c82c25`](https://github.com/bunkerity/bunkerweb-plugins/commit/2c82c254d8222ed98b31ddc4f0b193072330ae40) Merge pull request #89 from bunkerity/dependabot/github_actions/dev/github/codeql-action-3.25.13 - [`22ab6ed`](https://github.com/bunkerity/bunkerweb-plugins/commit/22ab6ed792d5c23739a7412324e57bcbcfe86a73) deps/gha: bump docker/login-action from 3.2.0 to 3.3.0 - [`3a82240`](https://github.com/bunkerity/bunkerweb-plugins/commit/3a822407b02941fb8278ef4eedf900c42344f346) deps/coraza/api: bump golang from `8c9183f` to `24f1bfa` in /coraza/api - [`a971625`](https://github.com/bunkerity/bunkerweb-plugins/commit/a9716250e38700b982a0f0c53ebaecdee8333e54) deps/gha: bump github/codeql-action from 3.25.13 to 3.26.0 - [`cf081fe`](https://github.com/bunkerity/bunkerweb-plugins/commit/cf081fe7a49a75234e11a1cb27469587e099523a) Bump plugin versions to 1.7 and start adding support for 1.6.X release - [`83e3ba5`](https://github.com/bunkerity/bunkerweb-plugins/commit/83e3ba5142ccc5fb6daf0244b26019440650c76c) Merge pull request #91 from bunkerity/dependabot/docker/coraza/api/dev/golang-24f1bfa - [`3ab96d0`](https://github.com/bunkerity/bunkerweb-plugins/commit/3ab96d004465e1b5b3cf0bde24689c8a2d17099c) Merge pull request #94 from bunkerity/dependabot/github_actions/dev/github/codeql-action-3.26.0 - [`c3b785c`](https://github.com/bunkerity/bunkerweb-plugins/commit/c3b785c04c22529a79d1401bc3264957a99a7f01) Merge pull request #90 from bunkerity/dependabot/github_actions/dev/docker/login-action-3.3.0 - [`beb1708`](https://github.com/bunkerity/bunkerweb-plugins/commit/beb17081806804793cc717df6d1a3d0af25eb2aa) Update ui action files according to UI state in dev branch ### 📊 Changes **48 files changed** (+401 additions, -1190 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codeql.yml` (+3 -3) 📝 `.github/workflows/tests.yml` (+4 -5) 📝 `.tests/clamav.sh` (+11 -11) 📝 `.tests/clamav/docker-compose.yml` (+18 -32) 📝 `.tests/coraza.sh` (+11 -11) 📝 `.tests/coraza/docker-compose.yml` (+18 -34) 📝 `.tests/crowdsec.sh` (+12 -10) 📝 `.tests/crowdsec/docker-compose.yml` (+22 -37) 📝 `.tests/virustotal.sh` (+11 -11) 📝 `.tests/virustotal/docker-compose.yml` (+17 -32) 📝 `COMPATIBILITY.json` (+5 -1) 📝 `clamav/README.md` (+28 -15) 📝 `clamav/plugin.json` (+1 -1) 📝 `clamav/ui/actions.py` (+22 -20) ➖ `clamav/ui/template.html` (+0 -116) 📝 `coraza/README.md` (+10 -4) 📝 `coraza/api/Dockerfile` (+5 -5) 📝 `coraza/api/crs.sh` (+1 -1) 📝 `coraza/api/go.mod` (+7 -7) 📝 `coraza/plugin.json` (+1 -1) _...and 28 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 closed this issue 2026-03-02 03:00:02 +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#119
No description provided.