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

Expand rules for ALAS year extraction #239

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

wagoodman
Copy link
Contributor

We lean on extracting the year from vulnerability IDs in order to apply a low-pass-like filter so that newer vulnerabilities can be excluded from consideration during analysis. This expands the rules around ALAS IDs to consider the "extras" packages, here's a snippet from vunnel logs to get the idea of what kind of IDs you can see now:

[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASREDIS6-2024-009.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY2.6-2023-001.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY2.6-2023-002.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY2.6-2023-003.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY2.6-2023-004.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY2.6-2023-005.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY2.6-2023-006.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY2.6-2023-007.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY3.0-2023-001.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY3.0-2023-002.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY3.0-2023-003.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY3.0-2023-004.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY3.0-2023-005.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY3.0-2023-006.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASRUBY3.0-2023-007.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASSELINUX-NG-2023-001.html
[DEBUG] http GET https://alas.aws.amazon.com/AL2/ALASSQUID4-2023-001.html

@wagoodman wagoodman added the bug Something isn't working label Feb 12, 2024
Signed-off-by: Alex Goodman <[email protected]>
@wagoodman wagoodman enabled auto-merge (squash) February 12, 2024 18:53
@wagoodman wagoodman merged commit 90aed9f into main Feb 12, 2024
3 checks passed
@wagoodman wagoodman deleted the expand-alas-year-extraction-rules branch February 12, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants