Skip to content

What is the scope of the codeql queries? #5649

Answered by criemen
kakashiUc asked this question in Q&A
Discussion options

You must be logged in to vote

Depending on your code, all three ways of building the database will yield different analysis results.
CodeQLs strength lies in its interprocedural analyses - we do consider all your code, in all your files.
In option 1, you will give up many possibilities for us to find bugs in your code.

You should analyse your project in the structure that it's written, so that we can see all the code.
This also saves you the work of re-arranging your project.
I hope that helps, please let me know if you have any more questions.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kakashiUc
Comment options

@criemen
Comment options

@kakashiUc
Comment options

Answer selected by criemen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants