feature: added argument for CVE list to scan for specific ones in yaml - #201
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #201 +/- ##
==========================================
+ Coverage 95.07% 95.11% +0.04%
==========================================
Files 251 251
Lines 11366 11412 +46
==========================================
+ Hits 10806 10855 +49
+ Misses 560 557 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
amine3
requested changes
Jul 1, 2025
Member
|
Don't we need to update the agent logic to read the argument and use it accordingly? |
elyousfi5
previously requested changes
Jul 1, 2025
elyousfi5
left a comment
Contributor
There was a problem hiding this comment.
Please add:
- logic in agent to get the arg and use only specified cves
- unit tests for the logic
elyousfi5
reviewed
Jul 1, 2025
elyousfi5
reviewed
Jul 1, 2025
3asm
requested changes
Jul 1, 2025
3asm
requested changes
Jul 2, 2025
elyousfi5
reviewed
Jul 2, 2025
3asm
previously requested changes
Jul 2, 2025
… CVEs to scan for
… CVEs to scan for
… CVEs to scan for
… CVEs to scan for
ohachimOs
reviewed
Jul 3, 2025
ohachimOs
reviewed
Jul 3, 2025
ohachimOs
reviewed
Jul 3, 2025
… CVEs to scan for
amine3
requested changes
Jul 3, 2025
amine3
requested changes
Jul 3, 2025
… CVEs to scan for
amine3
approved these changes
Jul 3, 2025
amine3
requested changes
Jul 3, 2025
SalwaAdlouni
commented
Jul 3, 2025
ohachimOs
approved these changes
Jul 3, 2025
amine3
approved these changes
Jul 3, 2025
3asm
approved these changes
Jul 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added arg for CVE_list so a list a CVEs can be added from the CLI when using agent_asteroid, defaults to empty when to flag arg is given, agent_asteroid should scan for all CVEs in that case.