Schema Validation errors not shown in UI #1006
Labels
defect
Something isn't working
good first issue
Good for newcomers
hacktoberfest
Issues eligible for Hacktoberfest contributions
p2
Non-critical bugs, and features that help organizations to identify and reduce risk
size/S
Small effort
Current Behavior
Upon invalid bom upload an error message is shown as shown
Steps to Reproduce
Expected Behavior
the error message from the result should be shown as well
i.e. errors from the result json like this:
{
"status": 400,
"title": "The uploaded BOM is invalid",
"detail": "Schema validation failed",
"errors": [
"$.metadata.timestamp: does not match the date-time pattern must be a valid RFC 3339 date-time"
]
}
Dependency-Track Frontend Version
4.7.x
Browser
Google Chrome
Browser Version
No response
Operating System
Linux
Checklist
The text was updated successfully, but these errors were encountered: