Coder Social home page Coder Social logo

conda-vulnerability-scanner's People

Contributors

ahsimb avatar exadm-deg avatar marlenekress79789 avatar tkilias avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pombredanne

conda-vulnerability-scanner's Issues

Add CVE ignore list

Background

  • Sometimes, dependencies have CVEs which are a non-issue for our use case, or we have a false positive. In these case, we need to be able to ignore certain CVEs

Acceptance Criteria

  • Provide a CLI parameter to define an ignore list
  • The ignore list should contain one CVE per line and allow comments starting with #
  • The ignore list is used for filtering the CVEs

Using relative path for --db-directory doesn't work for fetch

Background

python -m conda_vulnerability_scanner.scanner fetch --db-directory tmp_test_Db
Failed to open DB. dbtype: sqlite3, dbpath: tmp_test_Db/cpe.sqlite3, err: unable to open database file: no such file or directory
ERROR:root:Caught error: Command '['/tmp/tmpxo3k_tb8/go-cpe-dictionary', 'fetch', 'nvd', '--dbpath', 'tmp_test_Db/cpe.sqlite3']' returned non-zero exit status 1.

Acceptance Criteria

  • Using relative paths should work

Add developer documentation

Background

  • We need a design description
  • We need a developer guide which explains how to update the use binaries

Acceptance Criteria

  • Developer Guide
  • Design

Add Initial Implementation with fetching and scanning

Background

For our conda script-language flavors, we need a vulnerability scanner which can translate from conda package names to cpe and lookup cves for cpes.

Acceptance Criteria

  • Fetching the necessary resources for cpe and cve lookup
  • Scan resources for conda packages

Remove setup.py

Background

  • with poetry 1.4.0 it doesn't create the setup.py anymore https://github.com/python-poetry/poetry/releases/tag/1.4.0
  • we currently use poetry build to generate the setup.py
  • however, the setup.py isn't needed with newer pip versions and if there are releases to pypi or as wheels
  • for that reason, we can remove setup.py and githook that generates it, from this repo

Acceptance Criteria

  • Update workflows to poetry 1.4.0
  • Remove setup.py Github Workflow
  • Remove setup.py githook
  • Remove setup.py file

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.