Replies: 1 comment
-
CodeQL only analyzes the source code you provide it. public void someMethod(String untrustedUserInput) {
externalLibraryCall(untrustedUserInput);
} CodeQL's data flow and taint analysis stops at the This is of course an unsatisfying situation! As an example, this model of the |
Beta Was this translation helpful? Give feedback.
-
Hi i have a question about libraries model, what do these provide?
like this here https://github.com/github/codeql/blob/main/python/ql/lib/semmle/python/frameworks/Yarl.qll.
Beta Was this translation helpful? Give feedback.
All reactions