Unable to Detect Path #868
Unanswered
akanksha1331
asked this question in
Q&A
Replies: 1 comment
-
How is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my CodeQL query which detects path/
This is the code snippet whose path I want to detect
The source is HttpServletRequest req
the sink is argument to ObjectInputStream()
The above query is not able to detect path between the source and sink.
On using quick evaluation, the source and sink are being found independently.
Can anyone help me understand why?
Beta Was this translation helpful? Give feedback.
All reactions