-
Notifications
You must be signed in to change notification settings - Fork 243
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
CPE search does not works properly while searching for cpe:/a:supplier:software:version: #68
Comments
Hi Roberto, It will not work because there is no CPE for cpe:/a:todd_miller:sudo:1.6: in line self.cur.execute("SELECT count(distinct cveid) from cve_cpe where You may need to change that line and not use "like" On Tue, Aug 30, 2016 at 5:55 PM, Roberto Martelloni <
|
Hi, actually there is a cpe:/a:todd_miller:sudo:1.6 indeed searching with the following command: $ ./vfeedcli.py -s cpe:/a:todd_miller:sudo:1.6' |
On Tue, Aug 30, 2016 at 6:58 PM, Roberto Martelloni <
Looks like an injection :) Yeah it seems to work but it is not the good In fact, refer to what i wrote the search method Thanks Roberto for your feedback. I will update extend it. NJ/ |
Thank you. Will you mark the ticket as issue or enhancement/feature? ;P |
i will mark it as enhancement
|
Hi |
On master, If I run
I'll get all CVE for versions 1.6.* and 1.6 but if I run
I get ./vfeedcli.py -s cpe:/a:todd_miller:sudo:1.6:
[!] Occurrence not found
How should I made the search query if I want only CVE affecting version "1.6" only (i.e. not 1.6.x)
The text was updated successfully, but these errors were encountered: