Fixes CWE

This commit is contained in:
erwanlr 2022-07-12 08:56:41 +02:00
parent 9170d2d3a8
commit d5f42af67a
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
{
"description": [
{
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"value": "CWE-862 Missing Authorization",
"lang": "eng"
}
]

View File

@ -56,7 +56,7 @@
{
"description": [
{
"value": "CWE-352 Cross-Site Request Forgery (CSRF)",
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
"lang": "eng"
}
]
@ -72,4 +72,4 @@
"source": {
"discovery": "EXTERNAL"
}
}
}