Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

chore(deps): update dependency markdown-it to 12.3.2 [security]#37

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-markdown-it-vulnerability
Open

chore(deps): update dependency markdown-it to 12.3.2 [security]#37
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/npm-markdown-it-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change
markdown-it 10.0.0 -> 12.3.2

GitHub Vulnerability Alerts

CVE-2022-21670

Impact

Special patterns with length > 50K chars can slow down parser significantly.

const md = require('markdown-it')();

md.render(`x ${' '.repeat(150000)} x  \nx`);

Patches

Upgrade to v12.3.2+

Workarounds

No.

References

Fix + test sample: markdown-it/markdown-it@ffc49ab


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant