File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
extensions/ql-vscode/src/data-extensions-editor Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const extensiblePredicateDefinitions: Record<
4747 methodName : row [ 3 ] as string ,
4848 methodParameters : row [ 4 ] as string ,
4949 } ) ,
50- supportedKinds : [ "remote" ] ,
50+ supportedKinds : [ "local" , " remote"] ,
5151 } ,
5252 sink : {
5353 extensiblePredicate : "sinkModel" ,
@@ -78,7 +78,19 @@ export const extensiblePredicateDefinitions: Record<
7878 methodName : row [ 3 ] as string ,
7979 methodParameters : row [ 4 ] as string ,
8080 } ) ,
81- supportedKinds : [ "sql" , "xss" , "logging" ] ,
81+ supportedKinds : [
82+ "code-injection" ,
83+ "command-injection" ,
84+ "file-content-store" ,
85+ "html-injection" ,
86+ "js-injection" ,
87+ "ldap-injection" ,
88+ "log-injection" ,
89+ "path-injection" ,
90+ "request-forgery" ,
91+ "sql-injection" ,
92+ "url-redirection" ,
93+ ] ,
8294 } ,
8395 summary : {
8496 extensiblePredicate : "summaryModel" ,
You can’t perform that action at this time.
0 commit comments