You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for considering integrating VulnAPI with your ASOC platform!
You can export scan reports in JSON format. A documentation should definitely be written about that part.
In addition, for now only file export is available but a way to send it through HTTP is planned (#181)
Here is an example of how to get the report as JSON file:
The JSON format follows JSON Schemas available on the cerberauth/schemas repository.
To explore all available options and flags, you can run the following command:
vulnapi scan <curl|openapi> --help
We had some discussions about the file format and the data structure of these reports on the project Discord. Feel free to join and share your thoughts.
Lastly, we'd love to hear about your experience integrating this project, your feedback would be interesting in helping the project to be improves!
Hey guys
I'd like to integrate your tool with my ASOC platform, but you don't have a json report format
It seems to be not difficult to code, but still needed
The text was updated successfully, but these errors were encountered: