Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e08699 commit 33029b0Copy full SHA for 33029b0
1 file changed
swift/ql/lib/codeql/swift/security/CleartextLogging.qll
@@ -31,8 +31,8 @@ private class DefaultCleartextLoggingSink extends CleartextLoggingSink {
31
32
/**
33
* A sanitizer for `OSLogMessage`s configured with the appropriate privacy option.
34
- * Numeric and boolean arguments aren't redacted unless the `public` option is used.
35
- * Arguments of other types are always redacted unless the `private` or `sensitive` options are used.
+ * Numeric and boolean arguments aren't redacted unless the `private` or `sensitive` options are used.
+ * Arguments of other types are always redacted unless the `public` option is used.
36
*/
37
private class OsLogPrivacyCleartextLoggingSanitizer extends CleartextLoggingSanitizer {
38
OsLogPrivacyCleartextLoggingSanitizer() {
0 commit comments