Skip to content

[Security] Bump debug from 2.6.6 to 2.6.9 #2472

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 12, 2020

Bumps debug from 2.6.6 to 2.6.9. This update includes a security fix.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Low severity vulnerability that affects debug The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.

Affected versions: < 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @zhuangya for their help!

release 2.6.7

No release notes provided.

Changelog

Sourced from debug's changelog.

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)

2.6.8 / 2017-05-18

2.6.7 / 2017-05-16

  • Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, @hubdotcom)
  • Fix: Inline extend function in node implementation (#452, @dougwilson)
  • Docs: Fix typo (#455, @msasad)

2.6.5 / 2017-04-27

2.6.4 / 2017-04-20

2.6.3 / 2017-03-13

2.6.2 / 2017-03-10

2.6.1 / 2017-02-10

  • Fix: Module's export default syntax fix for IE8 Expected identifier error
  • Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @pi0)
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @colbygk.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Jun 12, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/debug-2.6.9 branch from ae3a89d to 05c0613 Compare July 20, 2020 18:20
@colbygk colbygk self-requested a review November 9, 2020 19:12
@colbygk colbygk self-assigned this Nov 9, 2020
Copy link
Contributor

@colbygk colbygk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency of a dependency

Copy link
Contributor

@colbygk colbygk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to cause a single test to fail, investigating

@colbygk colbygk marked this pull request as draft November 9, 2020 19:32
@colbygk
Copy link
Contributor

colbygk commented Nov 9, 2020

@dependabot recreate

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/debug-2.6.9 branch from 05c0613 to d2c6f85 Compare November 9, 2020 20:03
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/debug-2.6.9 branch 7 times, most recently from 375eb68 to f52ed82 Compare January 18, 2021 12:35
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/debug-2.6.9 branch 4 times, most recently from 58ff365 to a2d5bb7 Compare February 23, 2021 13:41
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/debug-2.6.9 branch from a2d5bb7 to 1274bfd Compare February 24, 2021 11:03
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/debug-2.6.9 branch from 1274bfd to bfac32e Compare March 9, 2021 11:01
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/debug-2.6.9 branch from bfac32e to 87453aa Compare March 23, 2021 13:58
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/debug-2.6.9 branch from 87453aa to 5489ecc Compare July 27, 2021 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant