Releases: projectdiscovery/cvemap
Releases · projectdiscovery/cvemap
v0.0.7
What's Changed
- Added option to write result to file by @RamanaReddy0M in #129
# OPTION
-o, -output string output to file
- Added proxy support by @RamanaReddy0M in #131
# OPTION
-http-proxy, -proxy string http proxy to use (eg http://127.0.0.1:8080)
- Added
KnownRansomwareCampaignUse
in output by @dogancanbakir in #138 - Updated output support to not omit
age_in_days
from output by @dogancanbakir in #154
New Contributors
- @dogancanbakir made their first contribution in #138
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Fixed issue with CWE-ID filter input option by @RamanaReddy0M in #79
- Added health check option by @RamanaReddy0M in #101
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Added non interactive auth token input support by @RamanaReddy0M in #80
cvemap -auth=f8a9d006-5cfc-4f11-8fa4-e7e389bbc5a1
- Fixed issue to run cvemap inside
ci/cd
by @RamanaReddy0M in #92 - Fixed auth issue by @RamanaReddy0M in #100
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Fixed an issue with
-json
option by @RamanaReddy0M in #69
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
Other Changes
- Added CLI option to filter CVE by
CWE-ID's
by @RamanaReddy0M in #53
./cvemap -f cwe -cwe-id cwe-306,cwe-77 -l 5 -t -silent -age '< 100'
╭────────────────┬──────┬──────────┬─────────┬─────────────────┬─────┬──────────┬────────╮
│ ID │ CVSS │ SEVERITY │ EPSS │ PRODUCT │ AGE │ TEMPLATE │ CWE │
├────────────────┼──────┼──────────┼─────────┼─────────────────┼─────┼──────────┼────────┤
│ CVE-2024-21887 │ 9.1 │ CRITICAL │ 0.96416 │ connect_secure │ 19 │ ✅ │ CWE-77 │
│ CVE-2023-6634 │ 9.8 │ CRITICAL │ 0.0911 │ learnpress │ 20 │ ✅ │ CWE-77 │
│ CVE-2023-50917 │ 9.8 │ CRITICAL │ 0.69459 │ majordomo │ 47 │ ✅ │ CWE-77 │
│ CVE-2023-46574 │ 9.8 │ CRITICAL │ 0.03124 │ a3700r_firmware │ 98 │ ✅ │ CWE-77 │
╰────────────────┴──────┴──────────┴─────────┴─────────────────┴─────┴──────────┴────────╯
- Added
func
to support external calls (SDK) by @RamanaReddy0M in #53 - Added
-debug
option by @RamanaReddy0M in #53 - Fixed issue with lowercase CVE ID input by @RamanaReddy0M in #53
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- Added Dockerfile
Full Changelog: v0.0.1...v0.0.2
v0.0.1
- Initial release
Full Changelog: https://github.com/projectdiscovery/cvemap/commits/v0.0.1