-
-
Notifications
You must be signed in to change notification settings - Fork 429
Comparing changes
Open a pull request
base repository: coreruleset/coreruleset
base: v4.19.0
head repository: coreruleset/coreruleset
compare: v4.20.0
- 15 commits
- 44 files changed
- 9 contributors
Commits on Oct 2, 2025
-
chore: post-release v4.20.0-dev (#4277)
Signed-off-by: Felipe Zipitria <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93bcd18 - Browse repository at this point
Copy the full SHA 93bcd18View commit details
Commits on Oct 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 949ead0 - Browse repository at this point
Copy the full SHA 949ead0View commit details
Commits on Oct 13, 2025
-
chore(deps): update owasp/modsecurity-crs:nginx docker digest to 3b6e…
…dff in tests/docker-compose.yml (#4280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf85eb6 - Browse repository at this point
Copy the full SHA cf85eb6View commit details -
chore(deps): update owasp/modsecurity-crs:apache docker digest to 2c6…
…1e50 in tests/docker-compose.yml (#4279) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb770a9 - Browse repository at this point
Copy the full SHA fb770a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77fd84f - Browse repository at this point
Copy the full SHA 77fd84fView commit details
Commits on Oct 14, 2025
-
fix(932281): reduce false positive matches with json payload (#4288)
* fix(932281): reduce false positive matches with json payload * fix(932281): reduce false positive matches with json payload
Configuration menu - View commit details
-
Copy full SHA for d5ea2ce - Browse repository at this point
Copy the full SHA d5ea2ceView commit details
Commits on Oct 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5669376 - Browse repository at this point
Copy the full SHA 5669376View commit details -
fix(921180, 921210, 921220): should be block not pass (#4294)
* fix(921210): should be block not pass * chore(formatting): auto fixes from pre-commit hooks for more information, see https://pre-commit.ci * Update comments for clarity in REQUEST-921-PROTOCOL-ATTACK.conf * chore(formatting): auto fixes from pre-commit hooks for more information, see https://pre-commit.ci * Change action from pass to block for parameter pollution Updated rule to block HTTP Parameter Pollution attacks. * chore(formatting): auto fixes from pre-commit hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1fbd77e - Browse repository at this point
Copy the full SHA 1fbd77eView commit details
Commits on Oct 21, 2025
-
fix(942550): partial revert - too high risk of false positive (#4284)
* Update 942550.ra * chore(formatting): auto fixes from pre-commit hooks for more information, see https://pre-commit.ci * Add unit tests * Fix spacing in decoded payload description * Fix test_id formatting in 942550.yaml * Fix formatting of decoded payload in YAML test * fix: improve regular expression for 942550 - extend list of operators and documentation - add additional test to cover all operators - remove the naked operator matching alternation - add alternation to match a JSON path expression from SQLite --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Max Leske <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e59868e - Browse repository at this point
Copy the full SHA e59868eView commit details
Commits on Oct 24, 2025
-
fix: make sure that the PR template is being shown (#4309)
The special path `.../PULL_REQUEST_TEMPLATE/...` is meant to be used for PR templates that can be opened via query parameter. The default template must reside in another location, e.g., under `.github`.
Configuration menu - View commit details
-
Copy full SHA for 9edd785 - Browse repository at this point
Copy the full SHA 9edd785View commit details -
feat(930120): adding conf file for PrestaShop 1.6 / 1.7 / 8+ & Magent…
…o 2 (#4303) * fix(930120): adding conf file for PrestaShop 1.6 / 1.7 / 8+ & Magento 2 * Update restricted-files.data * Update restricted-upload.data * Update restricted-files.data
Configuration menu - View commit details
-
Copy full SHA for 8670c69 - Browse repository at this point
Copy the full SHA 8670c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc750a6 - Browse repository at this point
Copy the full SHA dc750a6View commit details
Commits on Oct 28, 2025
-
fix(942160): updating regex to deal with new payloads (#4292)
* fix(942160): adding new payloads * - Removed 't:removeCommentsChar' from SQLI detection rule. * Modify SQL injection tests to time-based payloads Updated multiple test descriptions to reflect time-based SQL injection payloads and added new tests for various time-based payload scenarios. * Fix regex pattern in SQLI rule * Refactor SQL injection tests and add new case Updated SQL injection test cases to reflect changes in payloads and descriptions. Added new test case for time-based SQL injection detection. * chore(formatting): auto fixes from pre-commit hooks for more information, see https://pre-commit.ci * Fix SQL injection test descriptions and URIs * Refactor SQL injection tests in 942160.yaml Updated SQL injection test cases with new payloads and removed redundant tests. * Add SQL Injection time-based payload test case Added a test case for SQL Injection attack detection using a time-based payload. * Update SQL injection test payloads in 942160.yaml * Update SQL injection test case URI encoding * Combine transformation options in SQLI rule * Fix SQL injection payload formatting in tests --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: azurit <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbca0e1 - Browse repository at this point
Copy the full SHA fbca0e1View commit details
Commits on Oct 30, 2025
-
feat: add expect header to list of restricted headers (#4298)
* Add Expect header to restricted_headers_basic * Add Expect header to restricted_headers_basic
Configuration menu - View commit details
-
Copy full SHA for b05374a - Browse repository at this point
Copy the full SHA b05374aView commit details
Commits on Nov 2, 2025
-
chore: release v4.20.0 (#4313)
Signed-off-by: Felipe Zipitria <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 125990b - Browse repository at this point
Copy the full SHA 125990bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.19.0...v4.20.0