Skip to content

Commit e0b4c63

Browse files
committed
Add new source kind to CsvValidation
1 parent 49b419c commit e0b4c63

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
@@ -647,7 +647,7 @@ module CsvValidation {
647647
or
648648
exists(string row, string kind | sourceModel(row) |
649649
kind = row.splitAt(";", 7) and
650-
not kind = ["remote", "contentprovider", "android-widget"] and
650+
not kind = ["remote", "contentprovider", "android-widget", "android-external-storage-dir"] and
651651
not kind.matches("qltest%") and
652652
msg = "Invalid kind \"" + kind + "\" in source model."
653653
)

0 commit comments

Comments
 (0)