-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
NotImplementedError on valid CPEs #43
Comments
Text was converted to style icons. Pasting it agains in code block.
|
I can confirm this issue. As a work-around I had to do a string replace on '2.3:' with '/' before instantiating CPE. |
I remember we didn't implement this version back in the day because we didn't use it. @donpellegrino , I am not a heavy user of CPE anymore so I am not aware of the details. Can you confirm that making the replacement of the string '2.3:' by '/' makes ALL CPEs 2.3 work? |
解决了吗 |
我尝试了修改CPE里的正则匹配,解决了报错的问题。 CPEComponent2_2.VALUE_PATTERN = "^([\d\w.-~%+/'\()!"#$%&*,:;<=>?@[]^`{}|]+)$" str12 = 'cpe:/a:microsoft:visual_c++:2005:sp1_redistribution_pkg' |
@Spider-sun Is there any way to replicate this for |
Exception -
NotImplementedError: Style of version 2.3 of CPE not implemented
CVE-2014-5606 - cpe:2.3:a:disney:where\'s_my_perry?_free:1.5.1:::::android::
CVE-2014-5607 - cpe:2.3:a:disney:where's_my_water?free:1.9.1:::::android::
CVE-2014-6006 - cpe:2.3:a:gratta&_vinci?project:gratta&_vinci?:0.21.13167.93474:::::android::
CVE-2014-7025 - cpe:2.3:a:whoisit:who-is-it?_lite_name_caller_time_limited_free:1:::::android::
The text was updated successfully, but these errors were encountered: