Replies: 1 comment 2 replies
-
Have you tried https://codeql.github.com/docs/writing-codeql-queries/debugging-data-flow-queries-using-partial-flow/ ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i use codeql to analyse a project to find vulnerabilities, i usually define such ql to find if there are any path from source to sink:
But usually i got no result. I don't know if it is caused by broken taint path or just really no result. And i don't known where i need to add additionalTaintStep. So is there any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions