-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Vulnerability Module and Upgraded to Django 2.0 #21
base: master
Are you sure you want to change the base?
Conversation
- Install necessary dependencies with apt-get - Correct the path to the project files
- authentication - authorization - plugins - repositories - dependencies - risk_category Add the following fields to Person Model: - Slack ID
- Created an AdminModel for VulnerablityClass model.
- Created an AdminModel for VulnerablityClass model.
- Created an AdminModel for VulnerablityClass model.
added cwe_insert.sql
…have to select the application when reporting a vulnerability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! I only would like a filename changed before merging.
RUN python3 /bag-of-holding/src/manage.py loaddata /bag-of-holding/src/sample_data.json | ||
RUN python3 /bag-of-holding/project/manage.py makemigrations | ||
RUN python3 /bag-of-holding/project/manage.py migrate | ||
RUN python3 /bag-of-holding/project/manage.py loaddata /bag-of-holding/project/mercari_data.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename to sample_data or something not brand-specific.
bag-of-holding.iml | ||
|
||
# Sample Data | ||
project/mercari_data*.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename to sample_data or something not brand-specific.
No description provided.