Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CPE: Fix false negative on part comparison
Previously, comparing CPEs will cause false negatives, if the component (right) "part" contains an "ANY" value, while the CVE (left) contains a string value or logical value "NA". Instead, this should return a match, as defined by cases 5, 13, 15 within table 6-2 in the [NIST name matching specification](https://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7696.pdf).
- Loading branch information