What does the plus symbol do here? #8927
Replies: 3 comments 10 replies
-
The You can read about transitive closures here: https://codeql.github.com/docs/ql-language-reference/recursion/#transitive-closures |
Beta Was this translation helpful? Give feedback.
-
How can I do this in C++? I'm just trying to find calls from main() to system():
|
Beta Was this translation helpful? Give feedback.
-
It does not work with this cpp file: test.txt I'm just trying to find all calls to system() initiated from main(), the query should find 3 call paths, but it didn't find any. |
Beta Was this translation helpful? Give feedback.
-
I found a query online and it does a
edges+
query:What does the
+
symbol do here?Beta Was this translation helpful? Give feedback.
All reactions