Skip to content

Commit c05ffd4

Browse files
committed
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
1 parent 7dde52c commit c05ffd4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

javascript/ql/src/Security/CWE-312/CleartextLogging.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @id js/clear-text-logging
1010
* @tags security
1111
* external/cwe/cwe-312
12-
* external/cwe/cwe-315
1312
* external/cwe/cwe-359
1413
* external/cwe/cwe-532
1514
*/

python/ql/src/Security/CWE-312/CleartextLogging.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @id py/clear-text-logging-sensitive-data
1010
* @tags security
1111
* external/cwe/cwe-312
12-
* external/cwe/cwe-315
1312
* external/cwe/cwe-359
1413
*/
1514

0 commit comments

Comments
 (0)