From c05ffd4d006bbf488443efce1ca39eef5bb68691 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Wed, 24 Nov 2021 14:59:18 +0100 Subject: [PATCH] JS/PY: Remove CWE-315 form CleartextLogging Since it is not relevant for this query: CWE-315: Cleartext Storage of Sensitive Information in a Cookie See https://cwe.mitre.org/data/definitions/315.html --- javascript/ql/src/Security/CWE-312/CleartextLogging.ql | 1 - python/ql/src/Security/CWE-312/CleartextLogging.ql | 1 - 2 files changed, 2 deletions(-) diff --git a/javascript/ql/src/Security/CWE-312/CleartextLogging.ql b/javascript/ql/src/Security/CWE-312/CleartextLogging.ql index 7d45d2e8b23..ac89c4b96c9 100644 --- a/javascript/ql/src/Security/CWE-312/CleartextLogging.ql +++ b/javascript/ql/src/Security/CWE-312/CleartextLogging.ql @@ -9,7 +9,6 @@ * @id js/clear-text-logging * @tags security * external/cwe/cwe-312 - * external/cwe/cwe-315 * external/cwe/cwe-359 * external/cwe/cwe-532 */ diff --git a/python/ql/src/Security/CWE-312/CleartextLogging.ql b/python/ql/src/Security/CWE-312/CleartextLogging.ql index 68724a2f3ec..bf5c0997329 100644 --- a/python/ql/src/Security/CWE-312/CleartextLogging.ql +++ b/python/ql/src/Security/CWE-312/CleartextLogging.ql @@ -9,7 +9,6 @@ * @id py/clear-text-logging-sensitive-data * @tags security * external/cwe/cwe-312 - * external/cwe/cwe-315 * external/cwe/cwe-359 */