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 {
3131
3232/**
3333 * 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.
3636 */
3737private class OsLogPrivacyCleartextLoggingSanitizer extends CleartextLoggingSanitizer {
3838 OsLogPrivacyCleartextLoggingSanitizer ( ) {
You can’t perform that action at this time.
0 commit comments