[RESOLVED] LocalTaint flow from getParameter to File constructor #8465
CaledoniaProject
started this conversation in
General
Replies: 2 comments 1 reply
-
DataFlow::ParameterNode should be DataFlow::parameterNode (lowercase 'p'). In general by convention, predicate names and fields are lower-camel-case and class and module names are upper-camel-case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I've fixed the predicate name, but it still produces no results. Then I tried to debug it by commenting out the local taint line, and all calls to
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Take the following controller for example
I'm trying to learn codeql by creating a local taint flow from getParameter to the File constructor:
The query above is invalid, can you help me fix it?
Beta Was this translation helpful? Give feedback.
All reactions