Skip to content

Commit

Permalink
Merge pull request #476 from ricekot/ssti-js-missing-var
Browse files Browse the repository at this point in the history
Add missing variable declaration in active/SSTI.js
  • Loading branch information
kingthorin authored Dec 31, 2024
2 parents f1abd14 + 5e3ebae commit 6e762aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Standalone script 'PrivateMethodAccess.js'
- Variant script 'AddUrlParams.js'
- Extender script 'ScanMonitor.js'

### Changed
- Add cautionary note to help and readme.
- Maintenance and documentation changes.

### Fixed
- Bug in 'Mutliple Security Header Check.js'.
- The following scripts were not being loaded as scan rules:
- active/SSTI.js
- passive/Mutliple Security Header Check.js

## [19] - 2024-07-01
### Added
Expand Down
1 change: 1 addition & 0 deletions active/SSTI.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var log = LoggerManager.getLogger("SSTI");
var ScanRuleMetadata = Java.type(
"org.zaproxy.addon.commonlib.scanrules.ScanRuleMetadata"
);
var CommonAlertTag = Java.type("org.zaproxy.addon.commonlib.CommonAlertTag");

function getMetadata() {
return ScanRuleMetadata.fromYaml(`
Expand Down

0 comments on commit 6e762aa

Please sign in to comment.