-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ignore CVEs by pattern-matching in Summary field #1269
Comments
Did you try |
Thanks! (aside: this option and related |
Isn't what you're expecting is that you want to ignore CVE's that are pattern matched in the summary field in cveContents(ex. cveContents[nvd][summary], cveContents[ubuntu][summary]), and you want to be able to accept keywords that match that pattern? |
I imagine the setting entry (for ignoreSummaryPatterns = [
"* DISPUTED *",
"f2fs filesystem",
"drivers/net/wireless",
] and the CVE is skipped if any of the datasource Summary fields contains such a substring. Cascading/shadowing behaviour should be consistent with other
Ah, that's deeper structure than I imagined, thanks for clarifying. |
ah feel free to reopen if people want this feature. thanks for the effort |
Hi! In our environment, we can blacklist whole linux modules (eg NFC, bluetooth, InfiniBand networking). We would like a feature to ignore CVEs by a keyword list, preferrably also applied to API server submissions.
What do you think? Thanks
The text was updated successfully, but these errors were encountered: