This application will take a SARIF file as input, parse it, and output a SARIF file with links to the relevant SecDim Sandbox to explore the detected vulnerabilities.
-
Make sure you already have Go installed. See Go’s official website for more information.
-
Clone this repository and navigate to the repository directory.
-
Compile the application using the
go build
command. -
Run the application using
./sandbox input_file.sarif output_file.sarif
. -
Enjoy exploring and debugging vulnerabilities in SecDim Sandbox!