We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a41c9 commit 8e0a018Copy full SHA for 8e0a018
swift/ql/lib/codeql/swift/security/CleartextLogging.qll
@@ -53,7 +53,7 @@ private class OsLogPrivacyCleartextLoggingSanitizer extends CleartextLoggingSani
53
/** A type that isn't redacted by default in an `OSLogMessage`. */
54
private class OsLogNonRedactedType extends Type {
55
OsLogNonRedactedType() {
56
- this.getName() = [["", "U"] + "Int" + ["", "16", "32", "64"], "Double", "Float", "Bool"]
+ this.getName() = [["", "U"] + "Int" + ["", "8", "16", "32", "64"], "Double", "Float", "Bool"]
57
}
58
59
0 commit comments