-
|
myself ql rule: when use What caused it |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
That truncated partial path looks right to me: the function You will surely find that one of the other partial paths proposed recreates the full flow to |
Beta Was this translation helpful? Give feedback.
-
|
I found what I wanted, but the results are in random order. If the amount of code is large and there are thousands of results, how can I use |
Beta Was this translation helpful? Give feedback.



That truncated partial path looks right to me: the function
getHostreturns a string constant, so it is correct that there is taint in thevul_namefield ofthis, but that thegetHostfunction does not return it.You will surely find that one of the other partial paths proposed recreates the full flow to
rt.execthat you see with a normalPathGraph.