Browse Source
When sanitize is active (--sanitize, the default), make sure all "&" issues are checked. This includes things like bare "&" that should be "&" but aren't. And it includes single/double quote characters inside attribute values that should be encoded and are not. Since the internal validator requires the sanitize mode to be active, this now makes sure that the internal validation mode cannot pass through any invalid entity references to the output. Signed-off-by: Kyle J. McKay <mackyle@gmail.com>master
Kyle J. McKay
4 years ago
1 changed files with 18 additions and 4 deletions
Loading…
Reference in new issue