-
Notifications
You must be signed in to change notification settings - Fork 88
chore: roll updated crs v3.3 containers #376
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
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
63064ca
chore: roll updated crs v3.3 containers
fzipi eb76d67
fix: update config for v3.3 tests
fzipi 8bf9364
fix: variables should be set if their id and var_name match
fzipi 9e8ff42
fix: add border case
fzipi a70cd51
fix: update script with variables from v3 and v4
fzipi e255e35
fix: use per version config file
fzipi e6b794a
Update src/opt/modsecurity/configure-rules.sh
fzipi d5ee600
Apply suggestions from code review
fzipi f2c20b2
Apply suggestions from code review
fzipi 5045fd2
Update .github/workflows/verifyimage.yml
fzipi bcafb53
Update .github/workflows/verifyimage.yml
fzipi de59229
fix: revert ed
fzipi c01d5d2
Merge branch 'main' into chore/update-crs-v3.3
fzipi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,26 @@ | ||
| # Format: <legacy (0|1)>|<env var>|<rule ID>|<tx var name>|<test value> | ||
| # The octothorpe (#) designates a comment, comments are ignored | ||
| # See `.github/workflows/configure-rules-for-test.sh` for how the test value is used. | ||
|
|
||
| # Superceded by BLOCKING_PARANOIA | ||
| true|PARANOIA|900000|paranoia_level|4 | ||
| false|BLOCKING_PARANOIA|900000|paranoia_level|4 | ||
| # Superceded by DETECTION_PARANOIA | ||
| true|EXECUTING_PARANOIA|900001|executing_paranoia_level|4 | ||
| false|DETECTION_PARANOIA|900001|executing_paranoia_level|4 | ||
| false|ENFORCE_BODYPROC_URLENCODED|900010|enforce_bodyproc_urlencoded|0 | ||
| false|ANOMALY_INBOUND|900110|inbound_anomaly_score_threshold|6 | ||
| false|ANOMALY_OUTBOUND|900110|outbound_anomaly_score_threshold|6 | ||
| false|ALLOWED_METHODS|900200|allowed_methods|GET OPTIONS | ||
| false|ALLOWED_REQUEST_CONTENT_TYPE|900220|allowed_request_content_type|application/json | ||
| false|ALLOWED_REQUEST_CONTENT_TYPE_CHARSET|900280|allowed_request_content_type_charset|utf-8 | ||
| false|ALLOWED_HTTP_VERSIONS|900230|allowed_http_versions|1.1 | ||
| false|RESTRICTED_EXTENSIONS|900240|restricted_extensions|.exe/ | ||
| false|RESTRICTED_HEADERS_BASIC|900250|restricted_headers|/if/ | ||
| false|MAX_NUM_ARGS|900300|max_num_args|100 | ||
| false|ARG_NAME_LENGTH|900310|arg_name_length|200 | ||
| false|ARG_LENGTH|900320|arg_length|300 | ||
| false|TOTAL_ARG_LENGTH|900330|total_arg_length|400 | ||
| false|MAX_FILE_SIZE|900340|max_file_size|500 | ||
| false|COMBINED_FILE_SIZES|900350|combined_file_sizes|600 | ||
| false|VALIDATE_UTF8_ENCODING|900950|crs_validate_utf8_encoding|0 |
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.