Skip to content

Commit 96fba2d

Browse files
michaelnebelmbg
andauthored
Apply suggestions from code review
Co-authored-by: Michael B. Gale <[email protected]>
1 parent 8756c03 commit 96fba2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Security Features/CWE-838/InappropriateEncoding.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module RequiresEncodingConfig<EncodingConfigSig EncodingConfig> implements DataF
5353
int fieldFlowBranchLimit() { result = 0 }
5454
}
5555

56-
/** An encoded value, for example a call to `HttpServerUtility.HtmlEncode`. */
56+
/** An encoded value, for example through a call to `HttpServerUtility.HtmlEncode`. */
5757
class EncodedValue extends Expr {
5858
EncodedValue() {
5959
EncodingConfigurations::SqlExprEncodingConfig::isPossibleEncodedValue(this)

0 commit comments

Comments
 (0)