Closed ernilambar closed 1 month ago
ValidatedSanitizedInput
has four sub rules:
It looks all WARNING to me. Looking for confirmation.
CC @frantorres
I'd make InputNotSanitized
for severity 7 and the others as 6. What do you think?
And what would be type for each item?
ValidatedSanitizedInput
has four sub rules:
- InputNotValidatedNotSanitized
- InputNotValidated
- InputNotSanitized
- MissingUnslash
It looks all WARNING to me. Looking for confirmation.
Looks like a Warning for me too as all of these can have situations in which false positives may arise.
We should segregate
WordPress.Security.ValidatedSanitizedInput
and assign separatetype
andseverity
for each rules.