From f2cde976440ec491351a83a62a61f66f105c7e92 Mon Sep 17 00:00:00 2001 From: Pierre-Loup <49131563+pierre-loup-tristant-sonarsource@users.noreply.github.com> Date: Thu, 5 May 2022 09:33:15 +0200 Subject: [PATCH] Modify S2083 & S4639: update security standards and fix typo (#979) --- rules/S2083/metadata.json | 4 +--- rules/S4639/metadata.json | 7 +++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/rules/S2083/metadata.json b/rules/S2083/metadata.json index 02c9abc7bf..a57ab8b7d6 100644 --- a/rules/S2083/metadata.json +++ b/rules/S2083/metadata.json @@ -27,9 +27,7 @@ "securityStandards": { "CWE": [ 20, - 22, - 99, - 641 + 22 ], "OWASP": [ "A5", diff --git a/rules/S4639/metadata.json b/rules/S4639/metadata.json index 8aa56aac96..b72d9548a8 100644 --- a/rules/S4639/metadata.json +++ b/rules/S4639/metadata.json @@ -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" ] },