fix(deps): update dependency remark-html to v13 [security] - abandoned#89
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency remark-html to v13 [security] - abandoned#89renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
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:
^9.0.0->^13.0.0GitHub Vulnerability Alerts
CVE-2021-39199
Impact
The documentation of
remark-htmlhas mentioned that it was safe by default. In practise the default was never safe and had to be opted into. This means arbitrary HTML can be passed through leading to potential XSS attacks.Patches
The problem has been patched in 13.0.2 and 14.0.1:
remark-htmlis now safe by default, and the implementation matches the documentation.Workarounds
On older affected versions, pass
sanitize: true, like so:References
n/a
For more information
If you have any questions or comments about this advisory:
remark-htmlRelease Notes
remarkjs/remark-html
v13.0.2Compare Source
b0b1ba5Fix to sanitize by defaultThe docs have always said
remark-htmlis safe by default. It wasn’t and this patches that.If you do want to be unsafe, use
remark-htmlwithsanitize: false:Full Changelog: remarkjs/remark-html@13.0.1...13.0.2
v13.0.1Compare Source
7a8cb0eUpdatemdast-util-to-hastv13.0.0Compare Source
0b1cd0aChange to comply to CommonMark(breaking, potentially, if you have duplicate definitions)
v12.0.0Compare Source
87d88f7Add types(breaking, potentially, if you or your dependents use typescript)
v11.0.2Compare Source
faf7d1fRename internal methodv11.0.1Compare Source
e370aa5Fix deprecation warningv11.0.0Compare Source
7781eadUpdatemdast-util-to-hast(breaking, potentially, if you or your dependents use typescript)
558d4adUpdatehast-util-to-html(breaking, potentially, if you or your dependents use typescript)
a58bda6Refactor prose3d726a4Add notes on securityv10.0.0Compare Source
06628d8Updatehast-util-sanitize(seehast-util-sanitize@2.0.0)04641d0Updatehast-util-to-html(seehast-util-to-html@6.0.0)995b271Updatemdast-util-to-hast(seemdast-util-to-hast@6.0.0)v9.0.1Compare Source
b7a9bcdRefactor proseConfiguration
📅 Schedule: Branch creation - "" (UTC), 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.