Skip to content

Database over multiple repositories (Javascript) #477

Answered by hvitved
Naman-ntc asked this question in Q&A
Discussion options

You must be logged in to vote

When all the repositories are treated as one big code base, it means that our analysis may connect different repos when constructing the call graph (which is a key component in data flow analysis). This may be both a benefit (when a cross-repo call graph edge is correct), but it may also result in false positives (when a cross-repo call graph edge is incorrect, for example if the two repos are completely independent). @github/codeql-javascript can probably weigh in with a few more details, and perhaps give recommendations on which approach to take.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Naman-ntc
Comment options

@hvitved
Comment options

Answer selected by adityasharad
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