-
-
Notifications
You must be signed in to change notification settings - Fork 724
ascanrulesBeta: More example alerts #5626
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
The build is failing.
|
How was the test fixed? There's a typo in the add-on ID. |
I fixed the expected string. I had assumed the cookie collection was processed in order but apparently it's processed backwards 🤷♂️ (Or maybe not backwards but ordered...) |
The push does not have any changes(?). The set used does not have a reliable ordering. |
Oh I didn't realize I'd just been lucky. I had done multiple runs locally but not any statistically significant number. Shall I switch specifically to a SortedSet for the example? Or use string starts with for the test? |
Better with |
- CHANGELOG > Add notes. - Scan rules > Add example alert functionality (6119). - Unit tests > Assert the new example alerts. Signed-off-by: kingthorin <[email protected]>
Done |
Thank you! |
Overview
Related Issues
Checklist
./gradlew spotlessApply
for code formatting