-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency remark-html to v13.0.2 [security] #506
base: main
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/neontribe/neontribe-www/8s41xd53MVjxChoRUbAJQBHYpNba |
75e33e8
to
d25121a
Compare
d25121a
to
0992f3c
Compare
0992f3c
to
21607eb
Compare
21607eb
to
373bc70
Compare
373bc70
to
1db7b95
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1db7b95
to
35398f4
Compare
35398f4
to
05f4ea3
Compare
05f4ea3
to
c0a93a4
Compare
c0a93a4
to
9f6e7e1
Compare
9f6e7e1
to
98dc87b
Compare
98dc87b
to
5b7b7eb
Compare
5b7b7eb
to
dc9a097
Compare
5490b09
to
6e3d449
Compare
6e3d449
to
1c49410
Compare
1c49410
to
9517c3d
Compare
9517c3d
to
dd304e6
Compare
dd304e6
to
7e2eac6
Compare
7e2eac6
to
cc78c09
Compare
cc78c09
to
95e9d01
Compare
95e9d01
to
ce76074
Compare
ce76074
to
afabab2
Compare
afabab2
to
42694a4
Compare
42694a4
to
8f676ad
Compare
8f676ad
to
24233ec
Compare
This PR contains the following updates:
13.0.1
->13.0.2
GitHub Vulnerability Alerts
CVE-2021-39199
Impact
The documentation of
remark-html
has 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-html
is 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-html
Release Notes
remarkjs/remark-html (remark-html)
v13.0.2
Compare Source
b0b1ba5
Fix to sanitize by defaultThe docs have always said
remark-html
is safe by default. It wasn’t and this patches that.If you do want to be unsafe, use
remark-html
withsanitize: false
:Full Changelog: remarkjs/remark-html@13.0.1...13.0.2
Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.