-
Notifications
You must be signed in to change notification settings - Fork 229
Feature request: Export query results (as SARIF/CSV) #342
Copy link
Copy link
Closed
Labels
QL4E parityThis issue corresponds to a feature from QL4E not yet implemented for VSCodeThis issue corresponds to a feature from QL4E not yet implemented for VSCodeVSCodeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
After a query is run, we should allow exporting the results as a SARIF file --- in the implementation, this will actually be nearly trivial, as we already use the codeql cli to create a SARIF file during interpretation, and store it in a workspace-local state directory. A solution could simply be to provide a way of conveniently opening this file within vscode (from the query history view, or from the results panel) after which point the user can save it wherever they like.
Also consider exporting as CSV for parity with the eclipse plugin.
- SARIF
- CSV
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
QL4E parityThis issue corresponds to a feature from QL4E not yet implemented for VSCodeThis issue corresponds to a feature from QL4E not yet implemented for VSCodeVSCodeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.