Jeremy Long
Jeremy Long
The ODC project will be moving to use the API later this year. The nist-data-mirror is EOL - but will work until the datafeeds are removed laster this year. We...
The API is simply replacing the data feed. Instead of downloading a bunch of static JSON files we will utilize the [nvd-lib](https://github.com/jeremylong/vuln-tools/tree/main/nvd-lib) to download the JSON from an API. It...
In addition to using the NVD API - I am working on incorporating data from GitHub Security Advisories (will be optional - and will require a Personal Access Token). The...
The `vuln-tools` project has been renamed https://github.com/jeremylong/Open-Vulnerability-Project. With the 3.0.0 release we are getting close to starting the migration.
The plan is to continue to support a data feed - which can be created using using the [open-vulnerability-project/vulnz](https://github.com/jeremylong/Open-Vulnerability-Project/tree/main/vulnz) CLI.
Yes - the project will move to use the API. I do not believe it will be a lot of work - but I cannot start on this until mid...
@Jasper-Ben the comparison for the `Part` is effectively identical to the other `compareAttributes` - the difference is [Part](https://github.com/stevespringett/CPE-Parser/blob/e0db903e37a4da6e20da3f156200b0007b8f32ea/src/main/java/us/springett/parsers/cpe/values/Part.java#L30) is an `enum` as opposed to a `String` - so not as...
Looks like you are correct - but the number of times you would encounter this scenario would be really rare.
Unless I'm misreading the issue - the problem is not the with the `Part` (i.e., `a`, `o`, `h`, `*`, `-`). It would be really rare to have the NVD put...
The files may exists - but are you correctly supplying a URI? How have you configured these parameters?