Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.97 KB

README.rst

File metadata and controls

52 lines (42 loc) · 1.97 KB

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