mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Merge pull request #14127 from egregius313/egregius313/java/mad/localuserinput
Java: Convert implementations of `LocalUserInput` to Models-as-Data
This commit is contained in:
@@ -115,11 +115,11 @@ module KindValidation<KindValidationConfigSig Config> {
|
||||
this =
|
||||
[
|
||||
// shared
|
||||
"local", "remote",
|
||||
"local", "remote", "file",
|
||||
// Java
|
||||
"android-external-storage-dir", "contentprovider",
|
||||
"android-external-storage-dir", "contentprovider", "database", "environment",
|
||||
// C#
|
||||
"file", "file-write",
|
||||
"file-write",
|
||||
// JavaScript
|
||||
"database-access-result"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user