File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
swift/ql/src/queries/Security/CWE-311 Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @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.
4
5
* @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
9
10
* @tags security
10
11
* external/cwe/cwe-312
11
12
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @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.
4
5
* @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
9
10
* @tags security
10
11
* external/cwe/cwe-319
11
12
*/
You can’t perform that action at this time.
0 commit comments