Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4939439 commit 9f9129dCopy full SHA for 9f9129d
1 file changed
java/ql/lib/semmle/code/java/dataflow/CsvValidation.qll
@@ -89,6 +89,8 @@ private string getInvalidModelColumnCount() {
89
sinkModel(row) and expect = 9 and pred = "sink"
90
or
91
summaryModel(row) and expect = 10 and pred = "summary"
92
+ or
93
+ negativeSummaryModel(row) and expect = 5 and pred = "negative summary"
94
|
95
exists(int cols |
96
cols = 1 + max(int n | exists(row.splitAt(";", n))) and
0 commit comments