8000 Tags · coreruleset/go-ftw · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: coreruleset/go-ftw

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support global overriding of virtual_host_mode (#457)

fixes #453

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: put back support for encoded_request (#439)

* fix: put back support for encoded_request

* fix: test cleanup

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove scaffolding rule 921170 from quantitative (#407)

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: create output file if it does not exist (#389)

* fix: create output file if it does not exist

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>

* fix: use log instead to have a clean output file

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>

---------

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add self update (#369)

* feat: add self update

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>

* chore: add version and self-update cmds

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>

* Update cmd/self_update.go

Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>

---------

Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't loop over rule ID matches (#322)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: reduce memory thrashing in log search (#314)

* feat: reduce memory thrashing in log search

Reuse collections instead of allocating new ones for each test.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: improve file loading robustness (#310)

Until now, go-ftw didn't know what to do with YAML files that were not
test files. With the new platform override files (also YAML), it is very
easy to also load them when globbing. This commit improves the output
for such issues and continues execution, ignoring any files that can't
be loaded.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update to ftw-tests-schema v2.0.0 (#305)

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: publishing packages to GitHub requires write permissions (#251)

0