Giter Club home page Giter Club logo

Comments (4)

toolswatch avatar toolswatch commented on August 27, 2024 1

fixed with 0.7

from vfeed.

toolswatch avatar toolswatch commented on August 27, 2024

Thanks for pointing this out.

I had a discussion about it few days ago. I will.fix it !!

Thanks.again
On Feb 18, 2016 17:53, "m6a-UdS" [email protected] wrote:

Hello,

I am using vFeed as a Python library and it's working great, but I think
it should raise an exception if it does not find a CVE, instead of
sys.exit() the program.

In my case, my workflow follows this process:

  1. Get CVE from scanner
  2. Try to find said CVE in vFeed
  3. Do something if found, do something else if not
  4. Continue happily with other CVEs

The try-catch workflow fails with current code because because vFeed exits
the whole program when not finding sometrhing...

Have a good day!


Reply to this email directly or view it on GitHub
#55.

from vfeed.

seb-835 avatar seb-835 commented on August 27, 2024

I agree, this would be a great fix, and let user catch error through an exception with the error message (as example: [!] CVE-2014-3670 is missed from vFeed Database ) will be perfect.

from vfeed.

farhanible avatar farhanible commented on August 27, 2024

+1

In the meanwhile, selective

except SystemExit:

seems like an awful but, necessary hack

from vfeed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.