8000 Fix 933160-21 and 942500-1 tests broken due to invalid URIs by nullpo-head · Pull Request #2168 · coreruleset/coreruleset · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix 933160-21 and 942500-1 tests broken due to invalid URIs #2168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
User-Agent: ModSecurity CRS 3 Tests
method: POST
port: 80
uri: ?x=eval%28chr%28112%29.chr%28104%29.chr%28112%29
uri: /?x=eval%28chr%28112%29.chr%28104%29.chr%28112%29
output:
log_contains: id "933160"
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Host: localhost
method: POST
port: 80
uri: "?id=9999+or+{if+length((/*!5000select+username/*!50000from*/user+where+id=1))>0}"
uri: "/?id=9999+or+{if+length((/*!5000select+username/*!50000from*/user+where+id=1))>0}"
version: HTTP/1.0
output:
log_contains: id "942500"
0