-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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]>
…and add automatic tests for CS appsec
…ithub/codeql-action-3.25.12 deps/gha: bump github/codeql-action from 3.25.11 to 3.25.12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.