Skip to content

Commit 33029b0

Browse files
committed
Fix sanitizer QLDoc
1 parent 7e08699 commit 33029b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/lib/codeql/swift/security/CleartextLogging.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
3737
private class OsLogPrivacyCleartextLoggingSanitizer extends CleartextLoggingSanitizer {
3838
OsLogPrivacyCleartextLoggingSanitizer() {

0 commit comments

Comments
 (0)