|
myself ql rule: when use What caused it |
Answered by
smowton
Jan 11, 2022
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 |
0 replies
Answer selected by
MathiasVP
|
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 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



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.