-
Notifications
You must be signed in to change notification settings - Fork 116
blog: Add post on configuring scan policies with Alert tags #3191
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR adds a new blog post documenting the configuration of scan policies using alert tags, a new feature in ZAP's automation framework. The post explains how users can now target specific vulnerability categories using tags instead of manually managing individual scan rule IDs.
- Introduces alert tags concept and their application in scan policy configuration
- Provides practical YAML configuration examples with include/exclude patterns
- Documents GUI support and feature availability details
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
site/content/blog/2025-08-15-configuring-scan-policies-with-alert-tags/index.md
Show resolved
Hide resolved
Signed-off-by: ricekot <[email protected]>
6461509
to
25c3e76
Compare
Great job! No new security vulnerabilities introduced in this pull request |
|
||
## GUI Support | ||
|
||
The feature also includes GUI support with a new "Policy Alert Tags" tab in the Active Scan dialogs. This provides: |
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 feature also includes GUI support with a new "Policy Alert Tags" tab in the Active Scan dialogs. This provides: | |
The feature also includes GUI support with a new "Policy Alert Tags" tab in the Automation Framework Active Scan dialogs. This provides: |
|
||
## Availability | ||
|
||
This feature is currently available in the development branch and will be included in an upcoming automation add-on release. You can try it out by building from the latest source code or using the weekly development builds. |
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.
This feature is currently available in the development branch and will be included in an upcoming automation add-on release. You can try it out by building from the latest source code or using the weekly development builds. | |
This feature is currently available in the development branch and will be included in an upcoming automation add-on release. You can try it out by building from the latest source code or using an up-to-date weekly release of ZAP. |
It seems that syntax highlighting for code blocks may be broken for our website, but can tackle that in another PR.