-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency marked to 4.0.10 [security] - abandoned #7
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-marked-vulnerability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
renovate
bot
force-pushed
the
renovate/npm-marked-vulnerability
branch
4 times, most recently
from
May 16, 2021 20:36
9bbfbdf
to
aa7c972
Compare
renovate
bot
force-pushed
the
renovate/npm-marked-vulnerability
branch
3 times, most recently
from
June 9, 2021 11:40
b535ee1
to
53b6e6b
Compare
renovate
bot
force-pushed
the
renovate/npm-marked-vulnerability
branch
2 times, most recently
from
August 10, 2021 23:39
3f1615b
to
6d85549
Compare
renovate
bot
force-pushed
the
renovate/npm-marked-vulnerability
branch
from
September 2, 2021 22:41
6d85549
to
4a1c80f
Compare
renovate
bot
force-pushed
the
renovate/npm-marked-vulnerability
branch
from
September 20, 2021 23:38
4a1c80f
to
e068a69
Compare
renovate
bot
force-pushed
the
renovate/npm-marked-vulnerability
branch
from
March 7, 2022 10:47
e068a69
to
5db357d
Compare
renovate
bot
changed the title
chore(deps): update dependency marked to 2.0.0 [security]
chore(deps): update dependency marked to 4.0.10 [security]
Mar 7, 2022
renovate
bot
force-pushed
the
renovate/npm-marked-vulnerability
branch
6 times, most recently
from
May 16, 2022 19:19
49d0f39
to
85cccbd
Compare
renovate
bot
force-pushed
the
renovate/npm-marked-vulnerability
branch
from
June 4, 2022 01:47
85cccbd
to
f23ad4c
Compare
renovate
bot
changed the title
chore(deps): update dependency marked to 4.0.10 [security]
chore(deps): update dependency marked to 4.0.10 [SECURITY]
Jun 27, 2022
renovate
bot
changed the title
chore(deps): update dependency marked to 4.0.10 [SECURITY]
chore(deps): update dependency marked to 4.0.10 [security]
Jun 28, 2022
renovate
bot
changed the title
chore(deps): update dependency marked to 4.0.10 [security]
chore(deps): update dependency marked to 4.0.10 [security] - autoclosed
Jul 1, 2022
renovate
bot
changed the title
chore(deps): update dependency marked to 4.0.10 [security] - autoclosed
chore(deps): update dependency marked to 4.0.10 [security]
Jul 1, 2022
renovate
bot
changed the title
chore(deps): update dependency marked to 4.0.10 [security]
chore(deps): update dependency marked to 4.0.10 [security] - abandoned
Mar 24, 2023
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. |
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:
1.2.5
->4.0.10
GitHub Vulnerability Alerts
CVE-2021-21306
Impact
What kind of vulnerability is it? Who is impacted?
Regular expression Denial of Service
A Denial of Service attack can affect anyone who runs user generated code through
marked
.Patches
Has the problem been patched? What versions should users upgrade to?
patched in v2.0.0
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
None.
References
Are there any links users can visit to find out more?
https://github.com/markedjs/marked/issues/1927
https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
For more information
If you have any questions or comments about this advisory:
CVE-2022-21681
Impact
What kind of vulnerability is it?
Denial of service.
The regular expression
inline.reflinkSearch
may cause catastrophic backtracking against some strings.PoC is the following.
Who is impacted?
Anyone who runs untrusted markdown through marked and does not use a worker with a time limit.
Patches
Has the problem been patched?
Yes
What versions should users upgrade to?
4.0.10
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
Do not run untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources.
References
Are there any links users can visit to find out more?
For more information
If you have any questions or comments about this advisory:
CVE-2022-21680
Impact
What kind of vulnerability is it?
Denial of service.
The regular expression
block.def
may cause catastrophic backtracking against some strings.PoC is the following.
Who is impacted?
Anyone who runs untrusted markdown through marked and does not use a worker with a time limit.
Patches
Has the problem been patched?
Yes
What versions should users upgrade to?
4.0.10
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
Do not run untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources.
References
Are there any links users can visit to find out more?
For more information
If you have any questions or comments about this advisory:
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.