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 e4b762b commit ca8237bCopy full SHA for ca8237b
java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
@@ -16,7 +16,7 @@ class CredentialExpr extends Expr {
16
}
17
18
19
-/* A data-flow configuration for identifying potentially-sensitive data flowing to a log output. */
+/** A data-flow configuration for identifying potentially-sensitive data flowing to a log output. */
20
class SensitiveLoggerConfiguration extends TaintTracking::Configuration {
21
SensitiveLoggerConfiguration() { this = "SensitiveLoggerConfiguration" }
22
0 commit comments