-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Hi
I found out the bug during parsing of CPE2.3. You can find the same strings in NVD or circl CVE-2014-7025
>>> cpe.CPE("cpe:2.3:a:disney:where\'s_my_water\?_free:1.9.1:*:*:*:*:android:*:*")
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "./venv/python3.8/site-packages/cpe/cpe.py", line 311, in __new__
raise NotImplementedError(errmsg)
NotImplementedError: Version of CPE not implementedThe same error occurs for CPE strings:
cpe:2.3:a:disney:where\\'s_my_perry?_free:1.5.1:*:*:*:*:android:*:*
cpe:2.3:a:disney:where\\'s_my_water?_free:1.9.1:*:*:*:*:android:*:*
cpe:2.3:a:gratta_\\&_vinci?_project:gratta_\\&_vinci?:0.21.13167.93474:*:*:*:*:android:*:*
cpe:2.3:a:whoisit:who-is-it?_lite_name_caller_time_limited_free:1:*:*:*:*:android:*:*
Problem is probably with special characters '?& in product part of CPE string.