fix(deps): update dependency sanitize-html to v2.17.2#17
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
fix(deps): update dependency sanitize-html to v2.17.2#17renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deploying quark with
|
| Latest commit: |
67704ca
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6187e706.quark.pages.dev |
| Branch Preview URL: | https://renovate-sanitize-html-2-x.quark.pages.dev |
11540b8 to
5c3b41e
Compare
5c3b41e to
10477d6
Compare
10477d6 to
0ddc78d
Compare
0ddc78d to
5a11d2a
Compare
5a11d2a to
43d6a78
Compare
43d6a78 to
b3cdd19
Compare
b3cdd19 to
5e1eef9
Compare
5e1eef9 to
ef7220f
Compare
ef7220f to
e6e89d8
Compare
e6e89d8 to
641e178
Compare
641e178 to
3a7af1e
Compare
3a7af1e to
352a7ba
Compare
352a7ba to
a9756d0
Compare
a9756d0 to
9fdf28d
Compare
9fdf28d to
2709fa1
Compare
2709fa1 to
fef1d11
Compare
fef1d11 to
67704ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.1→2.17.22.6.2→2.16.1Release Notes
apostrophecms/apostrophe (sanitize-html)
v2.17.2Compare Source
Changes
htmlparser2from 8.x to 10.1.0. This improves security by correctly decoding zero-padded numeric character references (e.g.,&#​0000001) that previously bypassedjavascript:URL detection. Also fixes double-encoding of entities inside raw text elements liketextareaandoption.v2.17.1Compare Source
Fixes
<hello) returning empty string inescapeandrecursiveEscapemodes. Fixes #706.Thanks to Byeong Hyeon for the fix.
v2.17.0Compare Source
preserveEscapedAttributes, allowing attributes on escaped disallowed tags to be retained. Thanks to Ben Elliot for this new option.v2.16.0Compare Source
onOpenTagandonCloseTagevents to enable advanced filtering to hook into the parser. Thanks to Rimvydas Naktinis.v2.15.0Compare Source
"excludeTag". Thanks to rChaoz.v2.14.0Compare Source
transformTagsin cases where it originally had no text child elements. Thanks to f0x.v2.13.1Compare Source
allowedClasseswildcard whitelist. Thanks toanak-dev.v2.13.0Compare Source
Documentation update regarding minimum supported TypeScript version.
Added disallowedTagsMode:
completelyDiscardoption to remove the content also in HTML. Thanks to Gauav Kumar for this addition.v2.12.1Compare Source
post-css. This fixes a vulnerability in which information about the existence or non-existence of files on a server could be disclosed via properly crafted HTML input when thestyleattribute is allowed by the configuration. Thanks to the Snyk Security team for the disclosure and to Dylan Armstrong for the fix.v2.12.0Compare Source
Introduced the
allowedEmptyAttributesoption, enabling explicit specification of empty string values for select attributes, with the default attribute set toalt. Thanks to Na for the contribution.Clarified the use of SVGs with a new test and changes to documentation. Thanks to Gauav Kumar for the contribution.
Do not process source maps when processing style tags with PostCSS.
v2.11.0Compare Source
falseinallowedClassesattributes. Thanks to Kevin Jiang for this fix!.ideatemp files to.gitignorev2.10.0Compare Source
disallowedTagModeis set to any variant ofescape-- just escape the disallowed tags that are present. This fixes issue #464. Thanks to Daniel LiebnertagAllowed()helper function which takes a tag name and checks it againstoptions.allowedTagsand returnstrueif the tag is allowed andfalseif it is not.v2.9.0Compare Source
v2.8.1Compare Source
v2.8.0Compare Source
htmlparser2to new major version^8.0.0. Thanks to Kedar Chandrayan for this contribution.v2.7.3Compare Source
false, then do not assume that all tags are allowed. Rather, allow no tags in this case, to be on the safe side. This matches the existing documentation and fixes issue #176. Thanks to Kedar Chandrayan for the fix.v2.7.2Compare Source
Kedar Chandrayan for the report and the fix.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.