Skip to content

Commit 3bfb5f9

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Shared: update comment and remove 'remote-flow' as a source kind
1 parent da58b2a commit 3bfb5f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module KindValidation<
112112
// C#
113113
"file", "file-write",
114114
// JavaScript
115-
"database-access-result", "remote-flow"
115+
"database-access-result"
116116
]
117117
or
118118
this.matches([
@@ -131,7 +131,7 @@ module KindValidation<
131131
[
132132
// shared
133133
"taint", "value",
134-
// JavaScript
134+
// Dynamic languages
135135
"type"
136136
]
137137
}

0 commit comments

Comments
 (0)