doc/user/application_security/detect/security_report_validation.md
{{< details >}}
{{< /details >}}
Security reports are validated before their content is added to the database. This prevents ingestion of broken vulnerability data into the database. Reports that fail validation are listed in the pipeline's Security tab with the validation error message.
Validation is done against the report schemas, according to the schema version declared in the report:
version property is required,
validation always fails in this case, but other validation errors may also be present.For details of the supported and deprecated schema versions, view the schema validator source code.