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

Support multiple cve-ids for id option #38

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Jan 22, 2024

Test:

cat cve-ids.txt         
CVE-1999-1197
CVE-1999-1115
CVE-2005-0043
CVE-1999-1258
CVE-1999-1438./cvemap -id cve-ids.txt -silent
╭───────────────┬──────┬──────────┬─────────┬──────────────────┬───────┬──────────╮
│ ID            │ CVSS │ SEVERITY │ EPSS    │ PRODUCT          │ AGE   │ TEMPLATE │
├───────────────┼──────┼──────────┼─────────┼──────────────────┼───────┼──────────┤
│ CVE-1999-1115 │ 7.2  │ HIGH     │ 0.00061 │ apollo_domain_os │ 12075 │ ❌       │
│ CVE-1999-1197 │ 7.2  │ HIGH     │ 0.0006  │ sunos            │ 12086 │ ❌       │
│ CVE-1999-1258 │ 5    │ MEDIUM   │ 0.00256 │ sunos            │ 12060 │ ❌       │
│ CVE-1999-1438 │ 7.2  │ HIGH     │ 0.0006  │ sunos            │ 12022 │ ❌       │
│ CVE-2005-0043 │ 7.5  │ HIGH     │ 0.18629 │ itunes           │ 6839  │ ❌       │
╰───────────────┴──────┴──────────┴─────────┴──────────────────┴───────┴──────────╯

@RamanaReddy0M RamanaReddy0M self-assigned this Jan 22, 2024
@RamanaReddy0M RamanaReddy0M linked an issue Jan 22, 2024 that may be closed by this pull request
@ehsandeep ehsandeep merged commit 91cc586 into main Jan 22, 2024
6 checks passed
@ehsandeep ehsandeep deleted the issue-37-multiple-cve-ids branch January 22, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple cve-id's as input
2 participants