File tree 2 files changed +5
-1
lines changed
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/).
8
8
- Standalone script 'PrivateMethodAccess.js'
9
9
- Variant script 'AddUrlParams.js'
10
10
- Extender script 'ScanMonitor.js'
11
+
11
12
### Changed
12
13
- Add cautionary note to help and readme.
13
14
- Maintenance and documentation changes.
14
15
15
16
### 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
17
20
18
21
## [ 19] - 2024-07-01
19
22
### Added
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ var log = LoggerManager.getLogger("SSTI");
14
14
var ScanRuleMetadata = Java . type (
15
15
"org.zaproxy.addon.commonlib.scanrules.ScanRuleMetadata"
16
16
) ;
17
+ var CommonAlertTag = Java . type ( "org.zaproxy.addon.commonlib.CommonAlertTag" ) ;
17
18
18
19
function getMetadata ( ) {
19
20
return ScanRuleMetadata . fromYaml ( `
You can’t perform that action at this time.
0 commit comments