Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hokhyk/coraza

Tags

v3.0.2

Toggle v3.0.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: benchmark and propagate the status to not to swallow the failure (

…corazawaf#808)

* chore: propagates the pipe status after tee.

* Refactor escape_seq_decode

* docs: adds more comments.

* tests: tweaks the code.

* tests: adds test for TestEscapeSeqDecode

* chore: simplify the doEscapeSeqDecode function.

* chore: aligns go version of benchmarks with tests

---------

Co-authored-by: Anuraag Agrawal <[email protected]>
Co-authored-by: Felipe Zipitría <[email protected]>

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request from GHSA-c2pj-v37r-2p6h

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix:force require 'A' in Auditlogparts (corazawaf#801)

* fix:require 'A' in Auditlogparts,force to break AuditLog when reached 'Z'

* feat: drops the A case in Transation.AuditLog as it implies A and Z will be present and in the right position due to the types parsing.

* breaking: drops A and Z types for auditlog parts as per @anuraaga suggestion.

Currently they don't need a type as parser can enforce their presence and they are always expected to be present in the same position.

---------

Co-authored-by: José Carlos Chávez <[email protected]>

v3.0.0-rc.3

Toggle v3.0.0-rc.3's commit message
v3.0.0 RC3

v3.0.0-rc.2

Toggle v3.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include key size in ARGS_COMBINED_SIZE (corazawaf#756)

Co-authored-by: José Carlos Chávez <[email protected]>

v3.0.0-rc.1

Toggle v3.0.0-rc.1's commit message
Release 3.0.0 RC1

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
replace aho corasick (corazawaf#302)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: use DirectiveOptions instead of waf.Config to share variables a…

…cross directives (corazawaf#206)

v2.0.0-rc.3

Toggle v2.0.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(operator): support SecRule "! ^some" as a valid @rx negation (co…

…razawaf#197)

* support for corazawaf#195

* fix for the case `SecRule "!" "id:1"`

v2.0.0-rc.2

Toggle v2.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2/rc2 (corazawaf#158)

* fix sync.pool memory issues on transactions

* add OUTBOUND_DATA_ERROR support

* actions: fix httpbin

* add examples and update readme

* add response capabilities to test engine

* remove cache from test files

* actions: fallback action wget

* add phase 4 support for crs tests

* add examples/ exclusions for coverage

* fix response body size limit discussion

* move variables.VariablesCount to types

* go-fmt bodybuffers