question about writing taint flow query from the for of loop to the argument of a javascript eval-like function
#12187
-
|
I'm writing a taint flow analysis query, but CodeQL's behavior doesn't match my intuition. I'm wondering if there's a part of CodeQL that I've missed and if someone could help me pinpoint it. Firstly, I checked the selected source nodes and sink nodes, which seemed to be correct. My Upon a quick evaluation, I found it can't select the I wonder why I cannot select out the elt in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Sorry for bothering! I figured out that I had misused a label :< |
Beta Was this translation helpful? Give feedback.
Sorry for bothering! I figured out that I had misused a label :<