| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, this slipped through the cracks. Reviewed now. I don't think we can be changing the format of the config file.
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good now that I understand it all.
Sorry, something went wrong.
|
Pushed a rebase to fix conflict, will merge once tests pass. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When running a query from an external repository, we may need some additional dependencies that are specified in this repository. To find these, we should add the the root of the external repository to the search path in our CLI invocations. At the moment, this is done in resolve queries but not in database analyze. This PR adds the search path in the latter call. As a result of this, we may perform multiple database analyze invocations (one for each external repository, with the respective search path in each one) and have to merge the SARIF results into one file in order to not break consumers who are expecting all custom query results to be in a single file.