File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
lib/codeql/ruby/frameworks
test/library-tests/frameworks/action_mailbox Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,6 @@ module ActionMailbox {
17
17
result = DataFlow:: getConstant ( "ActionMailbox" ) .getConstant ( "Base" ) .getADescendentModule ( )
18
18
}
19
19
20
- /**
21
- * A method in a mailbox which receives incoming mail.
22
- */
23
- class Process extends DataFlow:: MethodNode {
24
- Process ( ) { this = controller ( ) .getAnInstanceMethod ( ) and this .getMethodName ( ) = "process" }
25
- }
26
-
27
20
/**
28
21
* A call to `mail` on the return value of
29
22
* `ActionMailbox::Base#inbound_email`, or a direct call to
Original file line number Diff line number Diff line change 1
- processMethods
2
- | action_mailbox.rb:2:3:7:5 | process |
3
- | action_mailbox.rb:15:5:17:7 | process |
4
1
messageInstances
5
2
| action_mailbox.rb:3:5:3:8 | call to mail |
6
3
| action_mailbox.rb:4:5:4:8 | call to mail |
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ private import codeql.ruby.frameworks.ActionMailbox
2
2
private import codeql.ruby.DataFlow
3
3
private import codeql.ruby.dataflow.RemoteFlowSources
4
4
5
- query predicate processMethods ( ActionMailbox:: Process p ) { any ( ) }
6
-
7
5
query predicate messageInstances ( ActionMailbox:: Mail c ) { any ( ) }
8
6
9
7
query predicate remoteFlowSources ( RemoteFlowSource r ) { any ( ) }
You can’t perform that action at this time.
0 commit comments