This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
fix(deps): update module github.com/corazawaf/coraza/v2 to v3 #16
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.
This PR contains the following updates:
v2.0.1
->v3.2.1
Release Notes
corazawaf/coraza (github.com/corazawaf/coraza/v2)
v3.2.1
: Coraza 3.2.1Compare Source
This is a quick patch release to fix a potential data race that was noticed right after
v3.2.0
(Thanks @MarcWort for reporting it!) and a minor fix about logging.What's Changed
Full Changelog: corazawaf/coraza@v3.2.0...v3.2.1
v3.2.0
: Version 3.2.0Compare Source
Coraza v3.2.0 comes with:
SecRuleUpdateTargetByTag
,Base64DecodeExt
, extended support for ranges of IDs withSecRuleUpdateTargetByID
.ARGS
keys. It currently comes under thecoraza.rule.case_sensitive_args_keys
. Mind that, in compliance with RFC 3986 specification, it is planned to become the default behavior starting from the next major version.What's Changed
RegisterFormatter
s for tinygo by @M4tteoP in https://github.com/corazawaf/coraza/pull/1027New Contributors (thanks a lot!)
Full Changelog: corazawaf/coraza@v3.1.0...v3.2.0
v3.1.0
: Version 3.1.0Compare Source
This is a new minor version release with emphasis in improving the overall logging experience, fixes for interoperability of the http middleware with other middlewares, better defaults, various fixes and a few new features like the uppercase transformation, the raw body processor (both thanks to @blotus) and a way to pass a context into a transaction to be later retrieved the error log callback.
What's Changed
http.Flusher
andio.ReaderFrom
implementation by @romainmenke in https://github.com/corazawaf/coraza/pull/923ReadFrom
by @romainmenke in https://github.com/corazawaf/coraza/pull/925New Contributors (thanks a lot!)
Full Changelog: corazawaf/coraza@v3.0.4...v3.1.0
v3.0.4
: Version 3.0.4Compare Source
What's Changed
Full Changelog: corazawaf/coraza@v3.0.3...v3.0.4
v3.0.3
: Version 3.0.3Compare Source
What's Changed
log
by @M4tteoP in https://github.com/corazawaf/coraza/pull/848Full Changelog: corazawaf/coraza@v3.0.2...v3.0.3
v3.0.2
: Version 3.0.2Compare Source
What's Changed
Full Changelog: corazawaf/coraza@v3.0.1...v3.0.2
v3.0.1
Compare Source
Important
This tag fixes a high-severity vulnerability. See GHSA-c2pj-v37r-2p6h
Full Changelog: corazawaf/coraza@v3.0.0...v3.0.1
v3.0.0
Compare Source
What's Changed
Coraza's latest v3.0.0 release brings a highly refactored engine that offers more flexibility and major improvements.
Notable changes include:
Go
andTinyGo
for WASM builds are now supported.Dataset
support: designed for in-config.data
files emulation.Contributors
Many thanks to all the contributors and users that made this release possible:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.