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 <kingthorin@users.noreply.github.com>
Copy file name to clipboardexpand all lines: addOns/ascanrules/CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
## Unreleased
7
-
7
+
### Changed
8
+
- 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