codeql.nvim
codeql.nvim copied to clipboard
CodeQL plugin for Neovim
When a valid database is loaded but the source does not have the usual structure, VSCode rearranges it to match the built structure.
It would be nice to add support for globs / wildcards when adding additional packs. https://github.com/pwntester/codeql.nvim/blob/292f495a2961e4347c74d776ebb36b782ac0547e/lua/codeql/util.lua#L411 ```lua additional_packs = { "./codeql/*/ql/lib", "./codeql/*/ql/src", "./codeql-community/*/ql/lib", "./codeql-community/*/ql/src", "./*/qlpack.yml" }, ```
Hi, thanks for the awesome plugin! I'm encountering an error when trying to use the panel to jump to source code from SARIF results. When I press `` to navigate,...
## Problem Attempting to register a csv database results in a lua nil concatenation error. ## Solution Add the csv dbscheme to the `langTodbScheme` dictionary.
Yea the database is a directory lol. How is this supposed to work?