Replies: 2 comments
-
@pombredanne Yeah sure , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 : (
Beta Was this translation helpful? Give feedback.
All reactions