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/
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