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
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Clean up the Description before appending it to the Report that will be committed, maybe use StringHelper class and raise error if something fails?
Also Look for general points of weakness within Endpoint, do a bit more exhaustive testing (potentially look into rate-limiting / anti-spam techniques) and just harden up the endpoint a bit more since we're writing to the DB with this one
../api/EndpointReport.java
The text was updated successfully, but these errors were encountered:
I think non-ASCII is fine, I don't see why that would cause any problems, but it's important to length check all the string values to ensure they're less than or equal to their column length in the db.
I'm not sure how hibernate will handle string length which is longer than the db column.
Clean up the Description before appending it to the Report that will be committed, maybe use StringHelper class and raise error if something fails?
Also Look for general points of weakness within Endpoint, do a bit more exhaustive testing (potentially look into rate-limiting / anti-spam techniques) and just harden up the endpoint a bit more since we're writing to the DB with this one
../api/EndpointReport.java
The text was updated successfully, but these errors were encountered: