Skip to content

Commit 79a83ec

Browse files
committed
Ruby: elaborate placeholder query
1 parent bd575db commit 79a83ec

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ruby/ql/src/utils/modeleditor/ApplicationModeEndpoints.ql

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
* @tags modeleditor endpoints application-mode
77
*/
88

9+
import codeql.ruby.AST
10+
911
// This query is empty as Application Mode is not yet supported for Ruby.
10-
from int n
12+
from
13+
Callable endpoint, Call usage, string package, string type, string name, string parameters,
14+
boolean supported, string namespace, string version, string supportedType, string classification
1115
where none()
12-
select n
16+
select usage, namespace, type, name, parameters, supported, namespace, version, supportedType,
17+
classification

0 commit comments

Comments
 (0)