We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04892df commit 9133adaCopy full SHA for 9133ada
1 file changed
java/ql/lib/semmle/code/java/dataflow/ExternalFlow.qll
@@ -574,7 +574,7 @@ module CsvValidation {
574
not (part = "Argument" and pred = "sink") and
575
not parseArg(part, _)
576
or
577
- specSplit(input, part, _) and
+ part = specLast(input) and
578
parseParam(part, _)
579
) and
580
msg = "Unrecognized input specification \"" + part + "\" in " + pred + " model."
0 commit comments