-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
alertFilters: Add param descriptions for ZAP API #6281
base: main
Are you sure you want to change the base?
Conversation
...ters/src/main/resources/org/zaproxy/zap/extension/alertFilters/resources/Messages.properties
Outdated
Show resolved
Hide resolved
4a89e33
to
09eaab9
Compare
Done and done. |
Great job, no security vulnerabilities found in this Pull Request |
...ters/src/main/resources/org/zaproxy/zap/extension/alertFilters/resources/Messages.properties
Outdated
Show resolved
Hide resolved
09eaab9
to
d9432ab
Compare
There are some |
I don't think they are. Because the API lives at alertFilter (singular) while the resource keys are alertFilters (plural). I'll double check though. |
The prefix ( |
d9432ab
to
3f89869
Compare
Tweaked. |
There was one missed, I'd suggest removing the local variables too. |
Okay, I'll push that shortly ;) |
Signed-off-by: kingthorin <[email protected]>
3f89869
to
22673a3
Compare
That simplifies things a bunch, yay!! 🥳 |
Overview
Add param descriptions for Web API.
Checklist
./gradlew spotlessApply
for code formatting