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
The database definition sets up the tables so that various String columns (active recording names, automated rule names and descriptions) are of varchar(255) type.
Expected Behavior
All of these cases should be audited and either the string length limit removed by using some Large Object type, or else the application should do length validations when requests to create resources are processed so that better error messages can be reported to the client.
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
ex.
cryostat/src/main/resources/db/migration/V4.0.0__cryostat.sql
Line 22 in 9a6ae75
The database definition sets up the tables so that various String columns (active recording names, automated rule names and descriptions) are of
varchar(255)
type.Expected Behavior
All of these cases should be audited and either the string length limit removed by using some Large Object type, or else the application should do length validations when requests to create resources are processed so that better error messages can be reported to the client.
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: