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
Copy file name to clipboardExpand all lines: addOns/ascanrules/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
19
19
- For Alerts raised by the SQL Injection scan rules the Attack field values are now simply the payload, not an assembled description.
20
20
- The Cross Site Scripting (Reflected) scan rule was updated to address potential false negatives when the injection context is a tag name and there is some filtering.
21
21
- The Path Traversal scan rule now includes further details when directory matches are made (Issue 8379).
22
+
- The External Redirect scan rules has been updated to account for potential false positives involving JavaScript comments.
22
23
23
24
### Added
24
25
- Rules (as applicable) have been tagged in relation to HIPAA and PCI DSS.
Copy file name to clipboardExpand all lines: addOns/ascanrules/src/test/java/org/zaproxy/zap/extension/ascanrules/ExternalRedirectScanRuleUnitTest.java
0 commit comments