Populate problemtype for a few of the CVEs

This commit is contained in:
Vlad Ionescu 2022-08-15 17:26:49 -07:00
parent 8c37528a4d
commit 2231ed69b3
No known key found for this signature in database
GPG Key ID: 60BF5C46B88C15CF
7 changed files with 92 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"vendor": {
"vendor_data": [
{
"vendor_name": " Jason Gauci",
"vendor_name": "Jason Gauci",
"product": {
"product_data": [
{
@ -40,6 +40,18 @@
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Race Condition (CWE-362), Classic Buffer Overflow (CWE-120)"
}
]
}
]
},
"references": {
"reference_data": [
{

View File

@ -9,7 +9,7 @@
"vendor": {
"vendor_data": [
{
"vendor_name": " Jason Gauci",
"vendor_name": "Jason Gauci",
"product": {
"product_data": [
{
@ -40,6 +40,18 @@
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Race Condition (CWE-362)"
}
]
}
]
},
"references": {
"reference_data": [
{

View File

@ -9,7 +9,7 @@
"vendor": {
"vendor_data": [
{
"vendor_name": " Jason Gauci",
"vendor_name": "Jason Gauci",
"product": {
"product_data": [
{
@ -40,6 +40,18 @@
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Race Condition (CWE-362)"
}
]
}
]
},
"references": {
"reference_data": [
{

View File

@ -9,7 +9,7 @@
"vendor": {
"vendor_data": [
{
"vendor_name": " Jason Gauci",
"vendor_name": "Jason Gauci",
"product": {
"product_data": [
{
@ -40,6 +40,18 @@
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Input Validation (CWE-20)"
}
]
}
]
},
"references": {
"reference_data": [
{

View File

@ -40,6 +40,18 @@
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Use of Inherently Dangerous Function (CWE-242)"
}
]
}
]
},
"references": {
"reference_data": [
{

View File

@ -40,6 +40,18 @@
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "XSS (CWE-79)"
}
]
}
]
},
"references": {
"reference_data": [
{

View File

@ -16,7 +16,10 @@
"product_name": "AirVelocity",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_value": "15"
}
]
}
}
@ -37,6 +40,18 @@
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CSRF (CWE-352)"
}
]
}
]
},
"references": {
"reference_data": [
{