Skip to content

Commit 9133ada

Browse files
committed
Java: Adjust csv validation.
1 parent 04892df commit 9133ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ module CsvValidation {
574574
not (part = "Argument" and pred = "sink") and
575575
not parseArg(part, _)
576576
or
577-
specSplit(input, part, _) and
577+
part = specLast(input) and
578578
parseParam(part, _)
579579
) and
580580
msg = "Unrecognized input specification \"" + part + "\" in " + pred + " model."

0 commit comments

Comments
 (0)