https://github.com/nathanielknight/veracode-to-sqlite
Create a SQLite database from a Veracode results file.
https://github.com/nathanielknight/veracode-to-sqlite
cli python sqlite sqlite-database veracode
Last synced: about 1 month ago
JSON representation
Create a SQLite database from a Veracode results file.
- Host: GitHub
- URL: https://github.com/nathanielknight/veracode-to-sqlite
- Owner: nathanielknight
- License: mpl-2.0
- Created: 2021-11-25T22:42:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T17:49:07.000Z (over 4 years ago)
- Last Synced: 2025-02-16T11:17:07.459Z (over 1 year ago)
- Topics: cli, python, sqlite, sqlite-database, veracode
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# veracode-to-sqlite
This is a command-line tool that creates a SQLite database from the JSON results
file of a Veracode scan.
Veracode scans can produce dozens or hundreds of issues that need to be
reviewed. In some settings there's good UI for triaging these issues. In other
cases (such as when running a [pipeline scan]) the results are presented as a
raw JSON file, and must be triaged by hand.
[pipeline scan]: https://docs.veracode.com/r/t_run_pipeline_scan
This tool converts the results from JSON into a SQLite database, which can then
be consumed by a tool like [datasette] for further analysis.
[datasette]: https://datasette.io/