mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Use dataflow to find method call targets
This includes both local and non-local methods, and is also simpler than the previous definition.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
| Definitions.rb:32:7:32:7 | y | Definitions.rb:31:10:31:10 | y | variable |
|
||||
| Definitions.rb:36:7:36:7 | A | Definitions.rb:1:1:17:3 | A | constant |
|
||||
| Definitions.rb:36:7:36:10 | B | Definitions.rb:4:3:16:5 | B | constant |
|
||||
| Definitions.rb:36:7:36:18 | call to g | Definitions.rb:9:5:11:7 | g | method |
|
||||
| Definitions.rb:36:18:36:18 | y | Definitions.rb:35:11:35:11 | y | variable |
|
||||
| Definitions.rb:39:7:39:8 | @e | Definitions.rb:30:7:30:8 | @e | instance variable |
|
||||
| Definitions.rb:41:7:41:9 | @@b | Definitions.rb:27:5:27:7 | @@b | class variable |
|
||||
|
||||
Reference in New Issue
Block a user