Shared: update comment and remove 'remote-flow' as a source kind

This commit is contained in:
Jami Cogswell
2023-06-08 20:15:13 -04:00
parent da58b2afc8
commit 3bfb5f9ac4

View File

@@ -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"
]
}