mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Shared: update comment and remove 'remote-flow' as a source kind
This commit is contained in:
@@ -112,7 +112,7 @@ module KindValidation<
|
||||
// C#
|
||||
"file", "file-write",
|
||||
// JavaScript
|
||||
"database-access-result", "remote-flow"
|
||||
"database-access-result"
|
||||
]
|
||||
or
|
||||
this.matches([
|
||||
@@ -131,7 +131,7 @@ module KindValidation<
|
||||
[
|
||||
// shared
|
||||
"taint", "value",
|
||||
// JavaScript
|
||||
// Dynamic languages
|
||||
"type"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user