Skip to content

Commit 1b6159b

Browse files
committed
Address maintainer feedback: Simplify changelogs and remove redundant isDocument
1 parent 29d4e81 commit 1b6159b

File tree

4 files changed

+135
-201
lines changed

4 files changed

+135
-201
lines changed

addOns/ascanrules/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Changed
1010

11-
- The Cross Site Scripting (Reflected) scan rule was updated to skip common non-HTML content types (e.g. images, CSS, fonts, and common document types) when the alert threshold is not set to Low, using ResourceIdentificationUtils (Issue 6617). Changes include:
12-
- Integrated a check in the main `scan(HttpMessage, NameValuePair)` entry point.
13-
- Refined the logic to ensure full compatibility with existing rules and thresholds.
14-
- Added a dedicated unit test `shouldNotScanNonHtmlContentTypes` in `CrossSiteScriptingScanRuleUnitTest`.
15-
- Verified that all tests in the rule's test suite pass.
11+
- The Cross Site Scripting (Reflected) scan rule now skips more common non-HTML response types (e.g. images, CSS, fonts, and common document types) when the alert threshold is not set to Low (Issue 6617).
1612

1713
## [79] - 2025-12-30
1814

0 commit comments

Comments
 (0)