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 b96540c commit 74f02cfCopy full SHA for 74f02cf
java/ql/lib/semmle/code/java/dataflow/ExternalFlow.qll
@@ -549,7 +549,7 @@ module ModelValidation {
549
ext = "" and
550
pred = "negative summary"
551
|
552
- not package.regexpMatch("[a-zA-Z0-9_\\.]+") and
+ not package.regexpMatch("[a-zA-Z0-9_\\.]*") and
553
result = "Dubious package \"" + package + "\" in " + pred + " model."
554
or
555
not type.regexpMatch("[a-zA-Z0-9_\\$<>]+") and
0 commit comments