willowisp01 / pe

0 stars 0 forks source link

Non-valid addresses are allowed #6

Open willowisp01 opened 2 months ago

willowisp01 commented 2 months ago

Non-valid addresses are allowed. This means that social workers could potentially try to visit places that don't actually exist. Perhaps require that addresses contain certain fields, such as postal code, etc.

To reproduce:

  1. Add an appointment with address !@#!@#!@

image.png

soc-se-bot commented 2 months ago

Team's Response

This is an extreme user input.

There is no way for us to restrict what characters can be in a location and what cannot.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]


## :question: Issue type Team chose [`type.FeatureFlaw`] Originally [`type.FunctionalityBug`] - [x] I disagree **Reason for disagreement:** I think the statement "There is no way for us to restrict what characters can be in a location and what cannot." is objectively untrue. Perhaps consider using a regex. To give you a less "extreme" input, consider `abc.example.com`. I think allowing an email that does not even work should be considered an bug.
## :question: Issue severity Team chose [`severity.VeryLow`] Originally [`severity.Low`] - [x] I disagree **Reason for disagreement:** See above