File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88- Standalone script 'PrivateMethodAccess.js'
99- Variant script 'AddUrlParams.js'
1010- Extender script 'ScanMonitor.js'
11+
1112### Changed
1213- Add cautionary note to help and readme.
1314- Maintenance and documentation changes.
1415
1516### Fixed
16- - Bug in 'Mutliple Security Header Check.js'.
17+ - The following scripts were not being loaded as scan rules:
18+ - active/SSTI.js
19+ - passive/Mutliple Security Header Check.js
1720
1821## [ 19] - 2024-07-01
1922### Added
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ var log = LoggerManager.getLogger("SSTI");
1414var ScanRuleMetadata = Java . type (
1515 "org.zaproxy.addon.commonlib.scanrules.ScanRuleMetadata"
1616) ;
17+ var CommonAlertTag = Java . type ( "org.zaproxy.addon.commonlib.CommonAlertTag" ) ;
1718
1819function getMetadata ( ) {
1920 return ScanRuleMetadata . fromYaml ( `
You can’t perform that action at this time.
0 commit comments