-
-
Notifications
You must be signed in to change notification settings - Fork 241
-
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:
- Followed the setup instructions in the documentation.
- Started the application using Docker Compose. The web UI is accessible at http://localhost:8000.
- Ran the following commands to populate the database:
- docker compose exec vulnerablecode ./manage.py import nginx_importer
- docker compose exec vulnerablecode ./manage.py improve --all - Verified that the commands completed without errors, but no data is available when searching for purls or CVEs in the web UI.
I even ran " ./manage.py import --all " and " ./manage.py improve --list " but no use : (
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
-
@pombredanne Yeah sure ,
import_nginx_importer.log
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment