mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Apply suggestions from code review
Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
@@ -53,7 +53,7 @@ module RequiresEncodingConfig<EncodingConfigSig EncodingConfig> implements DataF
|
||||
int fieldFlowBranchLimit() { result = 0 }
|
||||
}
|
||||
|
||||
/** An encoded value, for example a call to `HttpServerUtility.HtmlEncode`. */
|
||||
/** An encoded value, for example through a call to `HttpServerUtility.HtmlEncode`. */
|
||||
class EncodedValue extends Expr {
|
||||
EncodedValue() {
|
||||
EncodingConfigurations::SqlExprEncodingConfig::isPossibleEncodedValue(this)
|
||||
|
||||
Reference in New Issue
Block a user