UKHomeOfficeForms / hof

Bootstrap a HOF project
MIT License
15 stars 17 forks source link

HOFF-25 - Added field type check to sanitise middleware #313

Closed MCrawleyHomeOffice closed 2 years ago

MCrawleyHomeOffice commented 2 years ago

What? Added resolutions for non-vulnerable child-of-child dependencies.

Why? nginx is causing issues when users enter potentially dangerous input and their journey though the services is coming to a stop with no information on the issue. This change is to replace the need for input validation using nginx and give the users more feedback without ending their journey.

How? We have created a blacklist of input data that we want to strip out of the session

Testing? This has been tested locally and will be tested in each service individually.

Screenshots (optional) N/A

Anything Else? N/A