-
-
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
scanpolicies: Add initial 3 standardized policies #5931
Conversation
addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-cicd.html
Show resolved
Hide resolved
39466b9
to
f4db72f
Compare
Done |
addOns/scanpolicies/src/main/zapHomeFiles/policies/Dev Full.policy
Outdated
Show resolved
Hide resolved
I greped the policies and counted the rules - the totals dont agree with those in the spreadsheet, so worth double checking |
Also just noticed that the new help pages are not in the help map / index etc |
f4db72f
to
1515061
Compare
This comment was marked as outdated.
This comment was marked as outdated.
I'll add a way to the script to check this. |
Full has more because of the persistent XSS dependencies |
47407f4
to
b68fa02
Compare
That should all be addressed now |
When the tags are implemented and deployed then the help can link to those tags, but obviously that wont work right now :) |
addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-cicd.html
Outdated
Show resolved
Hide resolved
addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-cicd.html
Show resolved
Hide resolved
addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-full.html
Outdated
Show resolved
Hide resolved
addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-std.html
Outdated
Show resolved
Hide resolved
addOns/scanpolicies/src/main/javahelp/help/contents/scanpolicies.html
Outdated
Show resolved
Hide resolved
b68fa02
to
771d908
Compare
Fixed |
I think I discovered the sorting may still be wrong. Update inbound. |
771d908
to
95f9353
Compare
Should be good now per the review comments. |
95f9353
to
8624f90
Compare
I'd have kept the name element in the same place. |
That was the cost of sorting 🙂 Lemme see what else I can do. |
Sorting by ID should not (need to) change where the name is. |
- CHANGELOG > Added note. - Policies > The new policy files. - Help content > New help content covering the new policies. Signed-off-by: kingthorin <[email protected]>
8624f90
to
2dd1568
Compare
Hopefully that does it. |
Thank you! @psiinon do you want to take another look? |
Overview
Related Issues
N/A
Checklist
./gradlew spotlessApply
for code formatting