Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new AppSec feature in CrowdSec plugin and update Coraza #84

Merged
merged 43 commits into from
Jul 22, 2024

Conversation

TheophileDiot
Copy link
Member

No description provided.

dependabot bot and others added 28 commits May 15, 2024 07:57
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ccf74c9...b7cec75)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ithub/codeql-action-3.25.5

deps/gha: bump github/codeql-action from 3.25.4 to 3.25.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@44c2b7a...a5ac7e5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ctions/checkout-4.1.6

deps/gha: bump actions/checkout from 4.1.5 to 4.1.6
…ithub/codeql-action-3.25.6

deps/gha: bump github/codeql-action from 3.25.5 to 3.25.6
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@e92390c...0d4c9c5)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a5ac7e5...692973e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@9fdb3e4...23acc5c)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/corazawaf/coraza/v3](https://github.com/corazawaf/coraza) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/corazawaf/coraza/releases)
- [Changelog](https://github.com/corazawaf/coraza/blob/main/CHANGELOG.md)
- [Commits](corazawaf/coraza@v3.1.0...v3.2.1)

---
updated-dependencies:
- dependency-name: github.com/corazawaf/coraza/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ithub/codeql-action-3.25.10

deps/gha: bump github/codeql-action from 3.25.6 to 3.25.10
…ctions/checkout-4.1.7

deps/gha: bump actions/checkout from 4.1.6 to 4.1.7
…ocker/login-action-3.2.0

deps/gha: bump docker/login-action from 3.1.0 to 3.2.0
…i/dev/github.com/corazawaf/coraza/v3-3.2.1

deps/coraza/api: bump github.com/corazawaf/coraza/v3 from 3.1.0 to 3.2.1 in /coraza/api
This commit updates the Dockerfile for coraza/api. It changes the base image to golang:1.22-alpine@sha256:ace6cc3fe58d0c7b12303c57afe6d6724851152df55e08057b43990b927ad5e8 and adds the --chmod=644 flag to the COPY command for crs.sh. It also updates the version of github.com/coreruleset/coreruleset.git to b3bc1a2138922e43a00875b39f1b0e46a5da89c1 (v4.4.0) in crs.sh.
This commit updates the version of multiple plugins to 1.6 in their respective `plugin.json` files.
This commit updates the crowdsec-bunkerweb-bouncer version in the crowdsec.lua file from v1.1 to v1.6. This is done by modifying the cs_init function call in the crowdsec:init() function.
…VERIFY types

This commit updates the default values for the CROWDSEC_ALWAYS_SEND_TO_APPSEC and CROWDSEC_APPSEC_SSL_VERIFY configuration variables in the crowdsec-conf.py file. The values are changed from "false" to "no" to align with the plugin.json file. This ensures consistency and clarity in the configuration options.
@TheophileDiot TheophileDiot added the enhancement New feature or request label Jun 28, 2024
@TheophileDiot
Copy link
Member Author

dependabot bot and others added 15 commits July 1, 2024 07:58
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@23acc5c...b611370)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ithub/codeql-action-3.25.11

deps/gha: bump github/codeql-action from 3.25.10 to 3.25.11
Bumps golang from `ace6cc3` to `a8836ec`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…v/golang-a8836ec

deps/coraza/api: bump golang from `ace6cc3` to `a8836ec` in /coraza/api
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b611370...4fa2a79)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ithub/codeql-action-3.25.12

deps/gha: bump github/codeql-action from 3.25.11 to 3.25.12
@fl0ppy-d1sk fl0ppy-d1sk merged commit 4951522 into main Jul 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants