zap-extensions
zap-extensions copied to clipboard
ascanrules: fix false positive in cloud metadata
Overview
This pull request fixes the issue of false positives in the CloudMetadataScanRule
plugin. The condition for raising an alert has been improved by adding a method to specifically check for both "ami-id" and "ami-launch-index" in the response body.
Fixes zaproxy/zaproxy#8514