File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
swift/ql/lib/codeql/swift/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ private class DefaultCleartextLoggingSink extends CleartextLoggingSink {
31
31
32
32
/**
33
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.
34
+ * Numeric and boolean arguments aren't redacted unless the `private` or `sensitive` options are used.
35
+ * Arguments of other types are always redacted unless the `public` option is used.
36
36
*/
37
37
private class OsLogPrivacyCleartextLoggingSanitizer extends CleartextLoggingSanitizer {
38
38
OsLogPrivacyCleartextLoggingSanitizer ( ) {
You can’t perform that action at this time.
0 commit comments