Title here
Summary here
Veracode reports can be ingested in either XML or JSON Format
/appsec/v2/applications/{application_guid}/findings/
STATIC
, DYNAMIC
, and SCA
CLOSED
will not be imported into DefectDojourl <endpoint> | jq "{findings}"
{
"findings": [
{
...
},
...
]
}
{
"_embedded": {
"findings": [
{
...
},
...
]
},
"_links": {
...
},
"page": {
...
}
}
Sample Veracode scans can be found here.