Skip to content

A free and open vulnerabilities database and the packages they impact. And the tools to aggregate and correlate these vulnerabilities. Sponsored by NLnet https://nlnet.nl/project/vulnerabilitydatabase/ for https://www.aboutcode.org/ Chat at https://gitter.im/aboutcode-org/vulnerablecode

Notifications You must be signed in to change notification settings

Hritik14/vulnerablecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VulnerableCode

Build Status Code License Data License Python 3.8+ stability-wip Gitter chat

VulnerableCode is a free and open database of open source software package vulnerabilities because open source software vulnerabilities data and tools should be free and open source themselves:

Read more about VulnerableCode https://vulnerablecode.readthedocs.org/

Hritik's Fork

git clone [email protected]:Hritik14/vulnerablecode.git
cd vulnerablecode
make dev
. venv/bin/activate
pip install pylint pylint_django
git config --global merge.ours.driver true
...
git remote set-url origin [email protected]:nexB/vulnerablecode.git
git remote add fork [email protected]:Hritik14/vulnerablecode.git
git branch forkmain
git fetch fork
git branch forkmain --set-upstream-to fork/main
git branch main --set-upstream-to origin/main
git pull origin main --rebase
git checkout forkmain
git merge main
git push fork forkmain:main
git checkout main
git restore --source=fork/main .pylintrc

See: .pylintrc

About

A free and open vulnerabilities database and the packages they impact. And the tools to aggregate and correlate these vulnerabilities. Sponsored by NLnet https://nlnet.nl/project/vulnerabilitydatabase/ for https://www.aboutcode.org/ Chat at https://gitter.im/aboutcode-org/vulnerablecode

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.8%
  • HTML 32.9%
  • CSS 6.4%
  • Nix 0.3%
  • Makefile 0.3%
  • Shell 0.2%
  • Other 0.1%