Skip to content

Commit 8949b5f

Browse files
committed
ascanrules: Tiddy up ExternalRedirectScanRule
- CHANGELOG > Add maintenance note. - ExternalRedirectScanRule > Use an enum for payloads & types. Extract a method for payload counts per Stength. Remove unnecessary comments. - ExternalRedirectScanRuleUnitTest > Remove unnecessary assignments. Use isEmpty vs length greater than zero. Signed-off-by: kingthorin <[email protected]>
1 parent cf0d606 commit 8949b5f

File tree

3 files changed

+154
-216
lines changed

3 files changed

+154
-216
lines changed

addOns/ascanrules/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
7-
7+
### Changed
8+
- Maintenance changes.
89

910
## [72] - 2025-06-20
1011
### Added
@@ -15,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1516
- SQL Injection scan rule to start using ComparableResponse - part of the work to reduce False Positives.
1617
- Depends on an updated version of the Common Library add-on.
1718
- Due to it being 2025 and the mass adoption of HTTPS: De-prioritized plain HTTP payloads in the External Redirect scan rule.
19+
- Maintenance changes.
1820

1921
### Fixed
2022
- SQL Injection scan rule to treat a 500 response to an SQLi attack as a likely vulnerability.

0 commit comments

Comments
 (0)