Details
-
Sub-task
-
Status: Done
-
Major
-
Resolution: Done
-
None
-
None
Description
The following fields need input validation:
IP Source Address: should accept valid IPv4 address formats (v6 is not yet supported)
IP Source Port: should accept integers from 0 to 65535
IP Source Address: should accept valid IPv4 address formats (v6 is not yet supported)
IP Dest Port: should accept integers from 0 to 65535
Leave unvalidated:
Protocol: number of valid protocols is around 150 and it could change in the future, validation possible makes more sense on the backend or by a separated endpoint
Free text filtering: binary regular expression
Broken inputs should be recognized by the UI and not submitted, with user-facing feedback. The REST API should also fail on queries outside reasonable parameters.
Attachments
Issue Links
- links to