AuthPress icon indicating copy to clipboard operation
AuthPress copied to clipboard

Sanitize inputs before use

Open julien731 opened this issue 4 years ago • 0 comments

What Happened

Not all user data was sanitized before being used. This PR goes through all the places where data that could be misused was not properly handled.

Insights

Used PHP's filter_input() before using any POST or GET variable.

julien731 avatar May 05 '21 12:05 julien731