forked from coreruleset/coreruleset
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v4.0/dev' into update-year-readme
- Loading branch information
Showing
12 changed files
with
133 additions
and
85 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
* chore: generate changelog entries with leading space (Max Leske) [#3550] | ||
* fix: replace 'MATCHED_VAR' in 'logdata' argument with stable variable (Ervin Hegedus) [#3543] | ||
* fix: reduce FPs at the start of strings by excluding 'as' and 'at' (932236 PL2) (Franziska Bühler, Max Leske, Andrew Howe) [#3531 | ||
* feat: consolidate 'unix-evasion-prefix*' files to ensure they don't diverge (various rules) (Franziska Bühler, Max Leske, Andrew Howe) [#3531] | ||
* feat: reduce FPs by removing User-Agent from individual target list (932200 PL2) (Max Leske) [#3489] | ||
* feat: remove SecCollectionTimeout from crs-setup.conf (Christian Folini) [#3559] | ||
* docs: remove sponsor F5 / VMWare (Christian Folini) [#3555] | ||
* feat: add additional prefix commands to 'unix-shell-evasion-prefix' (various rules) (Jitendra Patro) [#3557 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
## GOLD SPONSORS | ||
|
||
* F5 / NGINX | ||
* United Security Providers | ||
|
||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,10 @@ | |
##!> cmdline unix | ||
busybox | ||
command | ||
env | ||
eval | ||
ltrace | ||
nohup | ||
strace | ||
time | ||
timeout | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
meta: | ||
author: csanders-git, Piotr Pazola <[email protected]>, Franziska Bühler, Felipe Zipitria, Max Leske, Esad Cetiner | ||
author: csanders-git, Piotr Pazola <[email protected]>, Franziska Bühler, Felipe Zipitria, Max Leske, Esad Cetiner, Xhoenix | ||
description: "Old tests and tests for fix of 932230 rule triggered with html decimal entities because of using legacy ISO-8859 charsets family - https://github.com/coreruleset/coreruleset/issues/1886. \nIf you need to trigger tests on a command, use one of the three letter commands in the file included by the 932230 data rule.\n" | ||
enabled: true | ||
name: 932230.yaml | ||
|
@@ -1065,3 +1065,21 @@ tests: | |
code=strace sh -c whoami | ||
output: | ||
log_contains: id "932230" | ||
- test_title: 932230-57 | ||
desc: "Block `nohup` prefix" | ||
stages: | ||
- stage: | ||
input: | ||
dest_addr: 127.0.0.1 | ||
headers: | ||
Accept: "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" | ||
Host: localhost | ||
User-Agent: "OWASP CRS test agent" | ||
method: POST | ||
port: 80 | ||
uri: /post | ||
version: HTTP/1.0 | ||
data: | | ||
code=nohup sh -c whoami | ||
output: | ||
log_contains: id "932230" |
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
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
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
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