mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Add new source kind to CsvValidation
This commit is contained in:
@@ -647,7 +647,7 @@ module CsvValidation {
|
||||
or
|
||||
exists(string row, string kind | sourceModel(row) |
|
||||
kind = row.splitAt(";", 7) and
|
||||
not kind = ["remote", "contentprovider", "android-widget"] and
|
||||
not kind = ["remote", "contentprovider", "android-widget", "android-external-storage-dir"] and
|
||||
not kind.matches("qltest%") and
|
||||
msg = "Invalid kind \"" + kind + "\" in source model."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user