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
When using saved information to fill out a HTML form quickly, Edge will send "" instead of NULL for some request parameters, making the request unvalid in some cases.
Steps to Reproduce
Create a component with only a name and a version (CPE input field is empty)
Create the same component again, until Edge will suggest to fill out the form for you with saved information
Note that the CPE input field is still empty, as for all requests before (no whitespace)
Get HTTP status 400 (Reason for that is, that "" was send as CPE instead of NULL)
Expected Behavior
DT should also accept "" being send by the browser as value instead of NULL.
Current Behavior
When using saved information to fill out a HTML form quickly, Edge will send "" instead of NULL for some request parameters, making the request unvalid in some cases.
Steps to Reproduce
Expected Behavior
DT should also accept "" being send by the browser as value instead of NULL.
Dependency-Track Version
4.12.2
Dependency-Track Distribution
Container Image
Database Server
PostgreSQL
Database Server Version
14.7
Browser
Microsoft Edge
Checklist
The text was updated successfully, but these errors were encountered: