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 3f538e7 commit 2f087e1Copy full SHA for 2f087e1
java/ql/src/semmle/code/java/dataflow/ExternalFlow.qll
@@ -481,7 +481,7 @@ module CsvValidation {
481
not namespace.regexpMatch("[a-zA-Z0-9_\\.]+") and
482
msg = "Dubious namespace \"" + namespace + "\" in " + pred + " model."
483
or
484
- not type.regexpMatch("[a-zA-Z0-9_\\$]+") and
+ not type.regexpMatch("[a-zA-Z0-9_\\$<>]+") and
485
msg = "Dubious type \"" + type + "\" in " + pred + " model."
486
487
not name.regexpMatch("[a-zA-Z0-9_]*") and
0 commit comments