-
-
Notifications
You must be signed in to change notification settings - Fork 234
Migrate openssl importer to importer-improver model #648
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
Closed
Closed
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
393cd16
Migrate openssl importer to importer-improver model
keshav-space 74422d3
Reference: https://github.com/nexB/vulnerablecode/issues/604
TG1999 475e7d6
Reference: https://github.com/vulnerablecode/issue/650
TG1999 0751bd9
Fix API crash due to model changes
TG1999 c9e473d
Fix github improver
TG1999 9045903
Streamline stripping V prefixes in versions
pombredanne 37aa9e1
Add tests for checking API
TG1999 e970bc0
Fix improver framework not accepting severities
Hritik14 4b7208c
Be explicit about improver vs improver_class
Hritik14 9d80c83
Migrate nvd importer to importer-improver model
TG1999 9ebdd7c
Add spdx license expression
TG1999 5c7f63f
Add unit tests and make model changes for storing cpe as reference_id
TG1999 730431a
Add link to NVD License issue
pombredanne 2a6830c
Set reference_id length to 200
pombredanne 00ead03
Run import tests on schedule not on commit
pombredanne 5fa9ae2
Rename CI job
pombredanne 4351fa3
Run tests on all supported Pythons
pombredanne 6779c31
Rename nginx configuration file
pombredanne dda8833
Add docker-compose to dev requirements
pombredanne d907d87
Bump version
pombredanne 313b8a1
Align configuration with SCIO
pombredanne f74471d
Bump virtualenv and add missing ABOUT files
pombredanne 3b8b584
Use streamlined command entry point
pombredanne 4672c6b
Do not use setuptools scm
pombredanne a820740
Do not restart: on-failure
pombredanne fcae8bb
Aligne Makefile with SCIO
pombredanne 0b2715b
Bump to use Python 3.9 in Docker image
pombredanne b92ba68
Use vulnerablecode not scancode for images
pombredanne 69989f0
Use vulnerablecode as a container name, not web
pombredanne 5da4bc6
Improve documentation
pombredanne 3ee4f99
Use proper name
pombredanne 62a99bf
Imrpoev env var. handling in settings.py
pombredanne 8678938
Update changelog
pombredanne 6d6f966
Improve envt. handling
pombredanne 7eb0b1a
Improve code format, duplication and documentation
pombredanne d5ae047
Remove empty line
pombredanne e7a469a
Migrate pytest settings to pyproject.toml
pombredanne 13b97e2
Format code
pombredanne 20b5e3d
Re-organize Python and docker setup
pombredanne 1ac9256
Use non-deprecated logger call
pombredanne 16cb138
Correct settinsg for auth
pombredanne cd15f54
Enable SessionAuthentication
pombredanne d6054f1
Make Retes API look better
pombredanne b6589f4
Remove ability to edit/create/delete from the UI
pombredanne 3248648
Remove trailing spaces
pombredanne 2d728a1
Fix typo
pombredanne c2893b0
Disable codestyle checks until we have cleaned up the code
pombredanne 37d9616
Format code
pombredanne 0998528
Improve the CHANGELOG
pombredanne dc4b650
Document how we load environment variables from .env
pombredanne 006d899
Merge branch 'main' into main
keshav-space File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,4 +112,4 @@ urllib3==1.26.9 | |
wcwidth==0.2.5 | ||
websocket-client==0.59.0 | ||
yarl==1.7.2 | ||
zipp==3.8.0 | ||
zipp==3.8.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.