Make comment into qldoc

This commit is contained in:
Chris Smowton
2022-03-14 13:14:31 +00:00
committed by GitHub
parent e4b762b5c5
commit ca8237b9de

View File

@@ -16,7 +16,7 @@ class CredentialExpr extends Expr {
}
}
/* 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. */
class SensitiveLoggerConfiguration extends TaintTracking::Configuration {
SensitiveLoggerConfiguration() { this = "SensitiveLoggerConfiguration" }