Tags: doytsujin/bluemonday
Tags
Fix escaping of HTML attributes The escaping of attributes should have been handled according to https://html.spec.whatwg.org/multipage/parsing.html#escapingString and as it was not, it allowed the possibility of an XSS by overloading a known attribute like the href. This can be seen in the test within this commit and is recognised as a vulnerability that existed prior to this commit. Additional update to the versions of modules we depend upon
Merge pull request microcosm-cc#125 from KN4CK3R/additive-policies Additive policies
Merge pull request microcosm-cc#124 from microcosm-cc/buro9/reorg Minor re-org to improve documentation readability
Merge pull request microcosm-cc#121 from microcosm-cc/buro9/95 Resolves microcosm-cc#95 by allowing HTML comments
Merge pull request microcosm-cc#115 from zeripath/empty-query-keys Sanitize should not add forcibly add values to query components
PreviousNext