Open
Description
Description
When parsing SPDX file, ExternalRef SECURITY <cpe>
is not taken into account.
Why?
Sometimes package name does not match cpe name. Moreover, some CPE can have the same product name but different vendors. This leads to poor CVE result.
To resolve this, if ExternalRef SECURITY
is found in the SPDX, it could be used instead of the package name for searching CVE. This would improve the result of the scan.
What do you think ?
Thanks