Skip to content

Commit e63f914

Browse files
authored
Merge pull request #7233 from RasmusWL/fix-cleartext-logging-cwes
JS/Py: Fix cleartext logging CWEs
2 parents e476cde + 651a76c commit e63f914

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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
13+
* external/cwe/cwe-532
1414
*/
1515

1616
import python

0 commit comments

Comments
 (0)