-
-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ascanrules: add example alert to Cross Site Scripting (Persistent) #5660
base: main
Are you sure you want to change the base?
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | |||
|
|||
## Unreleased | |||
|
|||
### Changed | |||
- The Cross Site Scripting rule now includes example alert functionality for documentation generation purposes (Issue 6119) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The Cross Site Scripting (Persistent) scan rule…
.build()); | ||
} | ||
|
||
private AlertBuilder buildAlert( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea is to have the existing newAlert()
calls to use this new method (adjusted as needed), to avoid duplication and ensure the example alerts match the raised alerts.
@uMorbeck should sign the CLA too or the commit's author amended. |
I have read the CLA Document and I hereby sign the CLA |
Overview
Adding ascanrules for PersistentXssScanRule (Cross Site Scripting (Persistent) - A)
Related Issues
Part of zaproxy/zaproxy#6119.
Checklist
./gradlew spotlessApply
for code formattingFor more details, please refer to the developer rules and guidelines.