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