Releases: DanGough/PoshCVE
Releases · DanGough/PoshCVE
0.2.0
- Add parameter sets to either search by specific ID, or search criteria
- Add user agent to prevent 404s when calling API
- API key masked in verbose output
- CVSS 3.0 and secondary results now included when no 3.1 or primary results available
- Interval parameter to allow sleeps between successive calls to avoid rate limiting when retrieving large data sets (0 by default)
Full Changelog: 0.1.1...0.2.0
0.1.1
Stopped filtering to only show affected products where vulnerable = true, and added Vulnerable as a property. This was done as searching for Windows 11 CVEs returned some strange results otherwise.
I would use the isVulnerable API flag, but that is only allowed when using cpeName, which requires you to define Part/Vendor/Product. However I am using virtualMatchString instead, since it allows for * wildcard searches if these properties are not given.