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 8756c03 commit 96fba2dCopy full SHA for 96fba2d
csharp/ql/src/Security Features/CWE-838/InappropriateEncoding.ql
@@ -53,7 +53,7 @@ module RequiresEncodingConfig<EncodingConfigSig EncodingConfig> implements DataF
53
int fieldFlowBranchLimit() { result = 0 }
54
}
55
56
-/** An encoded value, for example a call to `HttpServerUtility.HtmlEncode`. */
+/** An encoded value, for example through a call to `HttpServerUtility.HtmlEncode`. */
57
class EncodedValue extends Expr {
58
EncodedValue() {
59
EncodingConfigurations::SqlExprEncodingConfig::isPossibleEncodedValue(this)
0 commit comments