Modify S2083 & S4639: update security standards and fix typo (#979)

This commit is contained in:
Pierre-Loup 2022-05-05 09:33:15 +02:00 committed by GitHub
parent 48d432c244
commit f2cde97644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -27,9 +27,7 @@
"securityStandards": { "securityStandards": {
"CWE": [ "CWE": [
20, 20,
22, 22
99,
641
], ],
"OWASP": [ "OWASP": [
"A5", "A5",

View File

@ -1,5 +1,5 @@
{ {
"title": "Zip function calls should not be vulnerable to path transversal attacks", "title": "Zip function calls should not be vulnerable to path traversal attacks",
"type": "VULNERABILITY", "type": "VULNERABILITY",
"status": "ready", "status": "ready",
"remediation": { "remediation": {
@ -24,12 +24,15 @@
"scope": "Main", "scope": "Main",
"securityStandards": { "securityStandards": {
"CWE": [ "CWE": [
409 20,
22
], ],
"OWASP": [ "OWASP": [
"A5",
"A1" "A1"
], ],
"OWASP Top 10 2021": [ "OWASP Top 10 2021": [
"A1",
"A3" "A3"
] ]
}, },