We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
After download nvd cpe in 2.2 version I found out there a bug.
>>> import cpe >>> cpe.CPE('cpe:/a:ibm:powervc:1.2.1.1:-:~-~standard~~~:-', cpe.CPE.VERSION_2_2) Traceback (most recent call last): ... File ".../cpe/comp/cpecomp_simple.py", line 250, in _parse raise ValueError(errmsg) ValueError: Invalid value of attribute 'language': -
This CPE is downloaded from nvd cpe Official scheme says that - is allowed in language part.
-
[c][pP][eE]:/[AHOaho]?(:[A-Za-z0-9\._\-~%]*){0,6}
https://cpe.mitre.org/specification/2.2/cpe-dictionary_2.2.xsd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
After download nvd cpe in 2.2 version I found out there a bug.
This CPE is downloaded from nvd cpe
Official scheme says that
-
is allowed in language part.[c][pP][eE]:/[AHOaho]?(:[A-Za-z0-9\._\-~%]*){0,6}
https://cpe.mitre.org/specification/2.2/cpe-dictionary_2.2.xsd
The text was updated successfully, but these errors were encountered: