Skip to content

Commit 63de9b9

Browse files
committed
Merge branch 'dev'
2 parents ca61f97 + 5ba988f commit 63de9b9

39 files changed

+18
-3302
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ body:
1414
options:
1515
- clamav
1616
- coraza
17-
- crowdsec
1817
- discord
1918
- slack
2019
- virustotal

.github/ISSUE_TEMPLATE/feature_request.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ body:
1414
options:
1515
- clamav
1616
- coraza
17-
- crowdsec
1817
- discord
1918
- slack
2019
- virustotal

.github/codeql.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: "CodeQL config"
33
paths:
44
- clamav
55
- coraza
6-
- crowdsec
76
- discord
87
- slack
98
- virustotal

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- name: Initialize CodeQL
24-
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
24+
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
2525
with:
2626
languages: ${{ matrix.language }}
2727
config-file: ./.github/codeql.yml
2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
29+
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
3030
with:
3131
category: "/language:${{matrix.language}}"

.github/workflows/tests.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Get BW tag
2222
run: |
2323
if [ "$GITHUB_REF" = "refs/heads/main" ] ; then
24-
echo "BW_TAG=1.6.0-beta" >> $GITHUB_ENV
24+
echo "BW_TAG=1.6.1" >> $GITHUB_ENV
2525
else
2626
echo "BW_TAG=dev" >> $GITHUB_ENV
2727
fi
@@ -41,20 +41,11 @@ jobs:
4141
- name: Run Coraza tests
4242
run: ./.tests/coraza.sh
4343

44-
- name: Run CrowdSec live tests
45-
run: ./.tests/crowdsec.sh live
46-
47-
- name: Run CrowdSec stream tests
48-
run: ./.tests/crowdsec.sh stream
49-
50-
- name: Run CrowdSec appsec tests
51-
run: ./.tests/crowdsec.sh appsec
52-
5344
- name: Run VirusTotal tests
5445
run: ./.tests/virustotal.sh
5546
env:
5647
VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}
5748

5849
- name: Build and push APIs
59-
if: env.BW_TAG == '1.5.9'
50+
if: env.BW_TAG == '1.6.1'
6051
run: ./.tests/build-push.sh "${{ env.BW_TAG }}"

.pre-commit-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ repos:
2828
rev: 84c370104d6a8d1eef00c80a3ebd42f7033aaaad # frozen: v0.20.0
2929
hooks:
3030
- id: stylua-github
31-
exclude: ^crowdsec/lib/
3231

3332
- repo: https://github.com/lunarmodules/luacheck
3433
rev: cc089e3f65acdd1ef8716cc73a3eca24a6b845e4 # frozen: v1.2.0
3534
hooks:
3635
- id: luacheck
37-
exclude: ^crowdsec/lib/
3836
args: ["--std", "min", "--codes", "--ranges", "--no-cache"]
3937

4038
- repo: https://github.com/pycqa/flake8

.tests/crowdsec.sh

-111
This file was deleted.

.tests/crowdsec/acquis.yaml

-4
This file was deleted.

.tests/crowdsec/appsec.yaml

-5
This file was deleted.

.tests/crowdsec/docker-compose.yml

-86
This file was deleted.

.tests/crowdsec/syslog-ng.conf

-20
This file was deleted.

COMPATIBILITY.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
"1.5": ["1.5.7", "1.5.8", "1.5.9", "1.5.10", "1.5.11", "1.5.12"],
99
"1.6": ["1.5.7", "1.5.8", "1.5.9", "1.5.10", "1.5.11", "1.5.12"],
1010
"1.7": ["1.5.7", "1.5.8", "1.5.9", "1.5.10", "1.5.11", "1.5.12"],
11-
"1.8": ["1.6.0-beta", "1.6.0-rc1"]
11+
"1.8": [
12+
"1.6.0-beta",
13+
"1.6.0-rc1",
14+
"1.6.0-rc2",
15+
"1.6.0-rc3",
16+
"1.6.0-rc4",
17+
"1.6.0"
18+
]
1219
}

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The installation of external plugins is covered in the [plugins section](https:/
2222
Each plugin is located in a subdirectory of this repository. A README file located in each subdirectory contains documentation about the plugin. Here is the list :
2323

2424
- [ClamAV](https://github.com/bunkerity/bunkerweb-plugins/tree/main/clamav)
25-
- [CrowdSec](https://github.com/bunkerity/bunkerweb-plugins/tree/main/crowdsec)
2625
- [Coraza](https://github.com/bunkerity/bunkerweb-plugins/tree/main/coraza)
2726
- [Discord](https://github.com/bunkerity/bunkerweb-plugins/tree/main/discord)
2827
- [Slack](https://github.com/bunkerity/bunkerweb-plugins/tree/main/slack)

clamav/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "clamav",
33
"name": "ClamAV",
44
"description": "Automatic scan of uploaded files with ClamAV antivirus engine.",
5-
"version": "1.8",
5+
"version": "1.9",
66
"stream": "no",
77
"settings": {
88
"USE_CLAMAV": {

coraza/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "coraza",
33
"name": "Coraza",
44
"description": "Use Coraza as a library to inspect client request.",
5-
"version": "1.8",
5+
"version": "1.9",
66
"stream": "no",
77
"settings": {
88
"USE_CORAZA": {

0 commit comments

Comments
 (0)