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
ascanrules: Path Traversal add details for dir match Alerts & reduce FPs
- CHANGELOG > Added change note.
- Message.properties > Added key/value pair supporting the new Alert
details.
- PathTraversalScanRule > Updated to include Other Info on Alerts when
applicable, and pre-check the original message response to reduce false
positives.
- PathTraversalScanRuleUnitTest > Updated to assert Other Info or lack
thereof where applicable, also assure appropriate skipping due to
pre-conditions.
Signed-off-by: kingthorin <[email protected]>
Copy file name to clipboardExpand all lines: addOns/ascanrules/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
12
12
- Rules (as applicable) have been tagged in relation to HIPAA and PCI DSS.
13
13
- The Cloud Metadata Potentially Exposed scan rules now has a CWE reference.
14
14
- Scan rules which execute time based attacks now include the "TEST_TIMING" alert tag.
15
+
- The Path Traversal scan rule now includes further details when directory matches are made and pre-checks the original message to reduce false positives (Issue 8379).
ascanrules.parametertamper.soln = Identify the cause of the error and fix it. Do not trust client side input and enforce a tight check in the server side. Besides, catch the exception properly. Use a generic 500 error page for internal server error.
116
116
117
+
ascanrules.pathtraversal.info = While the evidence field indicates {0}, the rule actually checked that the response contains matches for all of the following: {1}.
117
118
ascanrules.pathtraversal.name = Path Traversal
118
119
119
120
ascanrules.payloader.desc = Provides support for custom payloads in scan rules.
0 commit comments