Fixes incorrect CWE

This commit is contained in:
erwanlr 2021-04-21 10:56:53 +02:00
parent f50a33235c
commit 5e3be925bc
4 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@
{ {
"description": [ "description": [
{ {
"value": "CWE-284 Improper Access Control", "value": "CWE-863 Incorrect Authorization",
"lang": "eng" "lang": "eng"
} }
] ]

View File

@ -66,7 +66,7 @@
{ {
"description": [ "description": [
{ {
"value": "CWE-94 Improper Control of Generation of Code ('Code Injection')", "value": "CWE-20 Improper Input Validation",
"lang": "eng" "lang": "eng"
} }
] ]

View File

@ -61,7 +61,7 @@
{ {
"description": [ "description": [
{ {
"value": "CWE-79 Cross-site Scripting (XSS)", "value": "CWE-352 Cross-Site Request Forgery (CSRF)",
"lang": "eng" "lang": "eng"
} }
] ]

View File

@ -61,7 +61,7 @@
{ {
"description": [ "description": [
{ {
"value": "CWE-79 Cross-site Scripting (XSS)", "value": "CWE-352 Cross-Site Request Forgery (CSRF)",
"lang": "eng" "lang": "eng"
} }
] ]