This repository was archived by the owner on May 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 732
Added libinjection SQLi rule for last path segment #1329
Closed
theseion
wants to merge
11
commits into
SpiderLabs:v3.2/dev
from
theseion:add-libinjection-check-on-last-path-segment
Closed
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3370e52
Added libinjection SQLi rule for last path segment
theseion 4ba4096
Moved actions to chained rule
theseion 52121b5
added missing backslash
theseion 8722358
added missing quotes
theseion 356fb82
Made some minor improvements to the new libinjection rule
theseion 06c8584
Moved `multiMatch` action to chained rule
theseion c63ad16
Moved meta actions back to chain starter rule
theseion 3b373c8
Removed `multiMatch` action
theseion ff42ca0
fixed missing quote
theseion f4ea7a8
Increased `tx.anomaly_score_` to level 2.
theseion 9a517fa
Updated rules as suggested
theseion 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing action on the chained
SecRule(3rd argument)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I've just pushed a commit where the
setvaractions have been moved to the chained rule, as they would be evaluated every time otherwise.I thought about putting the rule in PL1 but I don't know what the implications are for FP's.