-
-
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
pscanrules: Refactor CookieLooselyScopedScanRule
to align with the latest RFC standards
#6216
base: main
Are you sure you want to change the base?
pscanrules: Refactor CookieLooselyScopedScanRule
to align with the latest RFC standards
#6216
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
CookieLooselyScopedScanRule
to align with the latest RFC standardsCookieLooselyScopedScanRule
to align with the latest RFC standards
Great job, no security vulnerabilities found in this Pull Request |
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 CHANGELOG.md should also be updated. The help may need to be tweaked as well.
...canrules/src/main/java/org/zaproxy/zap/extension/pscanrules/CookieLooselyScopedScanRule.java
Outdated
Show resolved
Hide resolved
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.
Looks good to me, just one minor item for the changelog.
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.
Thanks
This PR addresses the issue reported in the
zaproxy
project (CookieLooselyScoped scan rule Incorrect logic and outdated RFC standard #8863)Fix zaproxy/zaproxy#8863.