File tree Expand file tree Collapse file tree
swift/ql/src/queries/Security/CWE-311 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
22 * @name Cleartext storage of sensitive information in a local database
3- * @description TODO
3+ * @description Storing sensitive information in a non-encrypted
4+ * database can expose it to an attacker.
45 * @kind path-problem
5- * @problem.severity TODO
6- * @security-severity TODO
7- * @precision TODO
8- * @id swift/TODO
6+ * @problem.severity warning
7+ * @security-severity 7.5
8+ * @precision medium
9+ * @id swift/cleartext-storage-database
910 * @tags security
1011 * external/cwe/cwe-312
1112 */
Original file line number Diff line number Diff line change 11/**
22 * @name Cleartext transmission of sensitive information
3- * @description TODO
3+ * @description Transmitting sensitive information across a network in
4+ * cleartext can expose it to an attacker.
45 * @kind path-problem
5- * @problem.severity TODO
6- * @security-severity TODO
7- * @precision TODO
8- * @id swift/TODO
6+ * @problem.severity warning
7+ * @security-severity 7.5
8+ * @precision high
9+ * @id swift/cleartext-transmission
910 * @tags security
1011 * external/cwe/cwe-319
1112 */
You can’t perform that action at this time.
0 commit comments