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 5376eb8 commit 5a26346Copy full SHA for 5a26346
csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll
@@ -262,7 +262,7 @@ module CsvValidation {
262
not name.regexpMatch("[a-zA-Z0-9_<>,]*") and
263
msg = "Dubious member name \"" + name + "\" in " + pred + " model."
264
or
265
- not signature.regexpMatch("|\\([a-zA-Z0-9_<>\\.\\+,\\[\\]]*\\)") and
+ not signature.regexpMatch("|\\([a-zA-Z0-9_<>\\.\\+\\*,\\[\\]]*\\)") and
266
msg = "Dubious signature \"" + signature + "\" in " + pred + " model."
267
268
not ext.regexpMatch("|Attribute") and
0 commit comments