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 96fba2d commit f32b8adCopy full SHA for f32b8ad
csharp/ql/src/Security Features/CWE-838/InappropriateEncoding.ql
@@ -31,8 +31,7 @@ signature module EncodingConfigSig {
31
}
32
33
/**
34
- * A configuration for specifying expressions that must be
35
- * encoded, along with a set of potential valid encoded values.
+ * A configuration for specifying expressions that must be encoded.
36
*/
37
module RequiresEncodingConfig<EncodingConfigSig EncodingConfig> implements DataFlow::ConfigSig {
38
predicate isSource(DataFlow::Node source) {
0 commit comments