fix multiple problemtypes

This commit is contained in:
floragunn 2019-08-22 23:19:22 +02:00
parent 773fbfdc3a
commit 0848418720

View File

@ -37,20 +37,24 @@
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-601: URL Redirection to Untrusted Site"
},
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation"
}
]
}
{
"description": [
{
"lang": "eng",
"value": "CWE-601: URL Redirection to Untrusted Site"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation"
}
]
}
]
},
},
"references": {
"reference_data": [
{