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 caa6f00 commit 41b7db1Copy full SHA for 41b7db1
java/ql/src/semmle/code/java/dataflow/ExternalFlow.qll
@@ -222,7 +222,7 @@ module CsvValidation {
222
not name.regexpMatch("[a-zA-Z0-9_]*") and
223
msg = "Dubious name \"" + name + "\" in " + pred + " model."
224
or
225
- not signature.regexpMatch("|\\([a-zA-Z0-9_\\.\\$<>,]*\\)") and
+ not signature.regexpMatch("|\\([a-zA-Z0-9_\\.\\$<>,\\[\\]]*\\)") and
226
msg = "Dubious signature \"" + signature + "\" in " + pred + " model."
227
228
not ext.regexpMatch("|Annotated") and
0 commit comments