-
-
Notifications
You must be signed in to change notification settings - Fork 754
Update AF templates and help #6949
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
Conversation
66891d3 to
60a9f7c
Compare
...main/javahelp/org/zaproxy/zap/extension/alertFilters/resources/help/contents/automation.html
Outdated
Show resolved
Hide resolved
.../reports/src/main/javahelp/org/zaproxy/addon/reports/resources/help/contents/automation.html
Outdated
Show resolved
Hide resolved
...c/main/javahelp/org/zaproxy/zap/extension/wappalyzer/resources/help/contents/automation.html
Show resolved
Hide resolved
|
Great job! No new security vulnerabilities introduced in this pull requestUse @Checkmarx to reach out to us for assistance. Just send a PR comment with Examples: |
...c/main/javahelp/org/zaproxy/zap/extension/wappalyzer/resources/help/contents/automation.html
Outdated
Show resolved
Hide resolved
60a9f7c to
36bf6e7
Compare
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 pull request updates Automation Framework templates and help documentation across multiple ZAP add-ons to ensure they accurately reflect all currently supported fields. The changes primarily add missing field documentation to YAML templates and correct minor inconsistencies in help files.
Key changes include:
- Adding comprehensive automation documentation for the wappalyzer add-on
- Updating template files to include previously undocumented fields
- Correcting parameter references in help documentation
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| addOns/wappalyzer/src/main/javahelp/org/zaproxy/zap/extension/wappalyzer/resources/help/toc.xml | Adds automation help entry to table of contents |
| addOns/wappalyzer/src/main/javahelp/org/zaproxy/zap/extension/wappalyzer/resources/help/map.jhm | Maps automation help target to HTML file |
| addOns/wappalyzer/src/main/javahelp/org/zaproxy/zap/extension/wappalyzer/resources/help/index.xml | Adds automation help to index |
| addOns/wappalyzer/src/main/javahelp/org/zaproxy/zap/extension/wappalyzer/resources/help/contents/automation.html | New help page documenting the wappalyzer automation job |
| addOns/wappalyzer/CHANGELOG.md | Documents the addition of automation help page |
| addOns/scripts/src/main/resources/org/zaproxy/zap/extension/scripts/resources/script-max.yaml | Adds missing inline field to template |
| addOns/scripts/src/main/javahelp/org/zaproxy/zap/extension/scripts/resources/help/contents/automation.html | Corrects parameter reference from 'file' to 'source' |
| addOns/scripts/CHANGELOG.md | Documents template update |
| addOns/reports/src/main/resources/org/zaproxy/addon/reports/resources/outputSummary-max.yaml | Adds missing rules configuration section |
| addOns/reports/CHANGELOG.md | Documents template update |
| addOns/client/src/main/resources/org/zaproxy/addon/client/resources/spiderClient-max.yaml | Adds missing scopeCheck field |
| addOns/client/CHANGELOG.md | Documents template update |
| addOns/alertFilters/src/main/resources/org/zaproxy/zap/extension/alertFilters/resources/alertFilter-max.yaml | Adds missing ruleName and methods fields |
| addOns/alertFilters/src/main/javahelp/org/zaproxy/zap/extension/alertFilters/resources/help/contents/automation.html | Adds missing ruleName and methods fields to help documentation |
| addOns/alertFilters/CHANGELOG.md | Documents template and help updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Needs rebase (at least one changelog update is out of the unreleased section). |
Signed-off-by: ricekot <git@ricekot.com>
36bf6e7 to
e7bca68
Compare
|
Thank you! |

Ensure that templates and help are up to date with supported fields.