Replies: 2 comments
|
@pombredanne Yeah sure , |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I’ve been trying to set up the VulnerableCode project locally, and while the application starts successfully, I am unable to populate the database with data (e.g., purls, CVEs). Here’s what I’ve done so far:
- docker compose exec vulnerablecode ./manage.py import nginx_importer
- docker compose exec vulnerablecode ./manage.py improve --all
I even ran " ./manage.py import --all " and " ./manage.py improve --list " but no use : (
All reactions