cvemap
cvemap copied to clipboard
Navigate the CVE jungle with ease.
This issue is like a cvemap!
__closes__ - #48 - #54 - Added `debug` option ```console ✗ go run . -f cwe -cwe-id cwe-306,cwe-77 -l 5 -silent ╭────────────────┬──────┬──────────┬─────────┬────────────────┬─────┬──────────┬─────────╮ │ ID │ CVSS │ SEVERITY │ EPSS...
### Please describe your feature request: When doing a lookup by -id it is case sensitive but I believe all CVEs will be uppercase. If someone tries lowercase they might...
CLI option to filter CVEs for given CWE ID. ``` -cwe, -cwe-id string[] cve to list for given cwe id ``` Example: ``` cvemap -l 30 -cwe 416 ```
Would be nice if API-token could be provided as argument to "cvemap -auth". Would simplify headless or unattended scenarios.
Please, make CVE IDs clickable to nvd website. Thank you @sim4n6
### cvemap version: v0.0.4 ### Current Behavior: When querying for certain CPEs, no data is returned. ### Expected Behavior: Vulnerability data should be returned. ### Steps To Reproduce: As an...
The arrow keys cause the application to exit for my system. Maybe it makes more sense to set them as page up/down
### Please describe your feature request: Retrieving a large amount of data is not trivial as it requires users to implement a custom scrolling functionality via limit and offset. It...