Modify S2083 & S4639: update security standards and fix typo (#979)
This commit is contained in:
parent
48d432c244
commit
f2cde97644
@ -27,9 +27,7 @@
|
||||
"securityStandards": {
|
||||
"CWE": [
|
||||
20,
|
||||
22,
|
||||
99,
|
||||
641
|
||||
22
|
||||
],
|
||||
"OWASP": [
|
||||
"A5",
|
||||
|
@ -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",
|
||||
"status": "ready",
|
||||
"remediation": {
|
||||
@ -24,12 +24,15 @@
|
||||
"scope": "Main",
|
||||
"securityStandards": {
|
||||
"CWE": [
|
||||
409
|
||||
20,
|
||||
22
|
||||
],
|
||||
"OWASP": [
|
||||
"A5",
|
||||
"A1"
|
||||
],
|
||||
"OWASP Top 10 2021": [
|
||||
"A1",
|
||||
"A3"
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user