Skip to content
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

Test against known security advisories #398

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Conversation

ericcornelissen
Copy link
Owner

Closes #396
Relates to #288 (comment)

Summary

Create a new test suite that tests ades against known security advisories to ensure they're being detected as expected.

Part of this uncovered a bug in the -conservative implementation which would miss expressions if they contain more than just a known problematic expression (see the updated tests for examples).

Create a new test suite that tests ades against known security
advisories to ensure they're being detected as expected.

Part of this uncovered a bug in the `-conservative` implementation
which would miss expressions if they contain more than just a known
problematic expression (see the updated tests for examples).

Signed-off-by: Eric Cornelissen <ericornelissen@gmail.com>
@ericcornelissen ericcornelissen added bug Something isn't working test Relates to testing labels Dec 14, 2024
@ericcornelissen ericcornelissen merged commit 3e647e8 into main Dec 14, 2024
21 checks passed
@ericcornelissen ericcornelissen deleted the test-advisories branch December 14, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test Relates to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not recognize some expressions when using -conservative
1 participant