You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2020. It is now read-only.
This only allows (?:boundary|charset) options it looks like for MIME attributes. I think this can be expanded to: (?:boundary|charset|type|start) ( EDIT - Yeah this still didn't work for unblocking me... urgggg)?
Or maybe that will cause problems w regex to because of 3 attributes deep? Unsure at the moment. EDIT - Yeah this still didn't work for unblocking me... urgggg
Your Environment
CRS version (e.g., v3.2.0): 3.2/master
Paranoia level setting: 1
ModSecurity version (e.g., 2.9.3): 3.0.4
Web Server and version (e.g., apache 2.4.41): NGINX
Operating System and version: Alpine Linux
Confirmation
[X ] I have removed any personal data (email addresses, IP addresses,
passwords, domain names) from any logs posted.
The text was updated successfully, but these errors were encountered:
Thank you for reporting. I'm more and more seeing a need to review all the content-type rules in its own little project to overhaul them all. Thanks for the contribution.
Description
I already have a pending PR to help with the fact multipart/related is not allowed:
#1721
But, another rule after the above one gets fixed will get hit, which is 920470,
https://github.com/SpiderLabs/owasp-modsecurity-crs/blob/v3.2/master/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf#L870
This only allows
(?:boundary|charset)
options it looks like for MIME attributes. I think this can be expanded to:(?:boundary|charset|type|start)
( EDIT - Yeah this still didn't work for unblocking me... urgggg)?Audit Logs / Triggered Rule Numbers
Audit log:
So how about modifying the rule to be like:
Or maybe that will cause problems w regex to because of 3 attributes deep? Unsure at the moment. EDIT - Yeah this still didn't work for unblocking me... urgggg
Your Environment
Confirmation
[X ] I have removed any personal data (email addresses, IP addresses,
passwords, domain names) from any logs posted.
The text was updated successfully, but these errors were encountered: