Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
aboutcode-org
/
vulnerablecode
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
322
Star
693
Code
Issues
698
Pull requests
103
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Store severity scores
- #290
#290
Merged
sbs2001
merged 22 commits into
aboutcode-org:main
aboutcode-org/vulnerablecode:main
from
sbs2001:store_severity
sbs2001/vulnerablecode:store_severity
Copy head branch name to clipboard
Feb 9, 2021
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Store severity scores
#290
sbs2001
merged 22 commits into
aboutcode-org:main
aboutcode-org/vulnerablecode:main
from
sbs2001:store_severity
sbs2001/vulnerablecode:store_severity
Copy head branch name to clipboard
Commits
Commits on Feb 3, 2021
Add db models to store severity scores of vulnerabilities
Show description for 4fc018f
sbs2001
committed
4fc018f
View commit details
Copy full SHA for 4fc018f
Browse repository at this point
Add dataclasses and enable to import severity scores
Show description for 38b456a
sbs2001
committed
38b456a
View commit details
Copy full SHA for 38b456a
Browse repository at this point
Store severity scores given by NVD.
Show description for 221bc12
sbs2001
committed
221bc12
View commit details
Copy full SHA for 221bc12
Browse repository at this point
Store severity scores given by RedHat
Show description for 52724a5
sbs2001
committed
52724a5
View commit details
Copy full SHA for 52724a5
Browse repository at this point
Remove VulnerabilityReferenceInserter class
Show description for 98e4082
sbs2001
committed
98e4082
View commit details
Copy full SHA for 98e4082
Browse repository at this point
Make code review changes
Show description for 9fc7ec8
sbs2001
committed
9fc7ec8
View commit details
Copy full SHA for 9fc7ec8
Browse repository at this point
Avoid unnnecessary init of default args in test_nvd.py
Show description for b0ae6a8
sbs2001
committed
b0ae6a8
View commit details
Copy full SHA for b0ae6a8
Browse repository at this point
Delete vscode config and add it to gitignore
Show description for 5d22856
sbs2001
committed
5d22856
View commit details
Copy full SHA for 5d22856
Browse repository at this point
Rename `scores` to `severities` in the advisory dataclass
Show description for 190440b
sbs2001
committed
190440b
View commit details
Copy full SHA for 190440b
Browse repository at this point
Improve order of fields in Reference dataclass
Show description for ee7e509
sbs2001
committed
ee7e509
View commit details
Copy full SHA for ee7e509
Browse repository at this point
Store severity scores given by NVD.
Show description for 9ca5558
sbs2001
committed
9ca5558
View commit details
Copy full SHA for 9ca5558
Browse repository at this point
Store severity scores given by RedHat
Show description for 0887e83
sbs2001
committed
0887e83
View commit details
Copy full SHA for 0887e83
Browse repository at this point
Misc Data Structure changes
Show description for 86f2e4f
sbs2001
committed
86f2e4f
View commit details
Copy full SHA for 86f2e4f
Browse repository at this point
Refactor tests and importers to use new data structure field names
Show description for e8e6166
sbs2001
committed
e8e6166
View commit details
Copy full SHA for e8e6166
Browse repository at this point
Rebase and resolve conflicts
Show description for c9df2f9
sbs2001
committed
c9df2f9
View commit details
Copy full SHA for c9df2f9
Browse repository at this point
Create and use ScoringSystem objects for handling severity
Show description for 0312cfb
sbs2001
committed
0312cfb
View commit details
Copy full SHA for 0312cfb
Browse repository at this point
Cast score value to string while inserting it into db
Show description for 641b457
sbs2001
committed
641b457
View commit details
Copy full SHA for 641b457
Browse repository at this point
Change field naming in VulnerabilitySeverity model
Show description for be24df0
sbs2001
committed
be24df0
View commit details
Copy full SHA for be24df0
Browse repository at this point
Make PR review changes for PR #290
Show description for 5428b37
sbs2001
committed
5428b37
View commit details
Copy full SHA for 5428b37
Browse repository at this point
Add scoring system for vectors
Show description for d78cd0f
sbs2001
committed
d78cd0f
View commit details
Copy full SHA for d78cd0f
Browse repository at this point
Fix tests
Show description for 8d19463
sbs2001
committed
8d19463
View commit details
Copy full SHA for 8d19463
Browse repository at this point
Commits on Feb 9, 2021
Merge branch 'main' into store_severity
sbs2001
authored
bea7f16
View commit details
Copy full SHA for bea7f16
Browse repository at this point
You can’t perform that action at this time.