vFeed icon indicating copy to clipboard operation
vFeed copied to clipboard

The Correlated CVE Vulnerability And Threat Intelligence Database API

Results 9 vFeed issues
Sort by recently updated
recently updated
newest added

Hi there -- I'm trying to setup and test out the community edition and am getting an invalid syntax error while trying to run this. Here's what I'm getting: ![image](https://user-images.githubusercontent.com/355711/42669264-1e933b74-861a-11e8-8a2c-3a2c5be17ef9.png)...

I have added the text2 and the regex methods that can be used to find vulnerabilities easier by adding more extended searches. Usage: `vfeedcli -s text2 "Linux Escalation"` - this...

The database is saved to and used from the current directory versus somewhere better like ~/.vfeed/. This hampers several things, but most notably putting a symlink somewhere in my path...

enhancement

Fix incompatibility with python3 by replacing the `getheaders` function call with `get` to extract Content-Length header from META ...

AFAICT, I got all of the places where the downloaded database is referenced. You may want to test and confirm this is true prior to merging into your master. See...

This is done by adding a setup.py. One problem could be the use of the folder name "lib". As far as I know this is a reserved name in the...

enhancement

On master, If I run - ./vfeedcli.py -s cpe:/a:todd_miller:sudo:1.6 I'll get all CVE for versions 1.6.\* and 1.6 but if I run - ./vfeedcli.py -s cpe:/a:todd_miller:sudo:1.6**:** I get ./vfeedcli.py -s...

enhancement

I looked through the database tables and some schema contain release dates like the Redhat table. However, tables like the Microsoft table don't. It would be awesome if all the...

enhancement

[DWF](https://github.com/distributedweaknessfiling/DWF-Documentation) is a new(ish?) initiative to track security vulnerabilities that intends to be CVE compatible, but with faster response times and more comprehensible scope. I wonder if it's possible to...

enhancement