Replies: 2 comments
-
Hi @Anemone95 I've asked the CodeQL JavaScript team to have a look at your question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Anemone95, Just to clarify a few things:
I don't think any of our queries would actually flag the function you showed here. The |
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
-
Hi, when we scan the following code for example:
CodeQL will make p1 as a "source" when doing taint analysis, but in my scenario, I don't need this. Is that possible to disable this feature?
Beta Was this translation helpful? Give feedback.
All reactions