mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
As the queries live here, it makes sense for the suites to be versioned together with them. The LGTM suite has already been moved. This commit moves the actively-maintained non-LGTM suites.
10 lines
535 B
Plaintext
10 lines
535 B
Plaintext
# CWE-311 Missing Encryption of Sensitive Data
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-311/CleartextBufferWrite.ql: /CWE/CWE-311
|
|
@name Cleartext storage of sensitive information in buffer (CWE-311)
|
|
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-311/CleartextFileWrite.ql: /CWE/CWE-311
|
|
@name Cleartext storage of sensitive information in file (CWE-311)
|
|
|
|
+ semmlecode-cpp-queries/Security/CWE/CWE-313/CleartextSqliteDatabase.ql: /CWE/CWE-311
|
|
@name Cleartext storage of sensitive information in an SQLite database (CWE-311)
|