Skip to content
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

[Snyk] Upgrade fast-glob from 3.2.4 to 3.2.7 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade fast-glob from 3.2.4 to 3.2.7.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 3 versions ahead of your current version.
  • The recommended version was released 4 months ago, on 2021-07-08.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-GLOBPARENT-1016905
372/1000
Why? Proof of Concept exploit, CVSS 5.3
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: fast-glob
  • 3.2.7 - 2021-07-08

    🐛 Bug fixes

    The previous release (3.2.6) introduced a regression, thanks to which negative patterns were not applied to patterns outside the current directory.

    This release fixes the issue.

  • 3.2.6 - 2021-06-27

    🐛 Bug fixes

    • Now you can use patterns related to the parent directory along with the regular ones. (#310, #316)
    // Patterns inside current directory → ['', './.js']
    // Patterns outside current directory → ['../
    ', './../*.js']

    // Previously you could specify a patterns outside current directory.
    fg.sync(['../*.txt']) ['../file.txt']

    // But when the pattern inside current directory was added to them, the behavior broke down.
    fg.sync(['.md', '../.txt']) ['file.md'] // The '../file.txt' file exists

    // After this fix you can mix both kinds of patterns.
    fg.sync(['.md', '../.txt']) ['file.md', '../file.txt']

    // Right now we do not support patterns like '{.,..}/*.md'.

    📖 Documentation

    • Added clarifications for the followSymbolicLinks option.

    ⚙️ Infrastructure

    • The glob-parent package has been updated to fix vulnerabilities. (#304)
    • The micromatch package has been updated to eliminate dependency on the picomatch package from this package. (#256)
    • Node.js 16 has been added to the CI configuration to run tests and benchmarks. Now benchmarks will run only on this version. (#311)
    • The tiny-glob package has been added to the synchronous product benchmarks. (#323)
    • The fdir package has been added to synchronous and asynchronous product benchmarks. The latest launch. (#322)
    • The .npmignore file has been replaced by the files field in the package.json file. (#321)
  • 3.2.5 - 2021-01-17

    🐛 Bug fixes

    📖 Documentation

    • Fix examples for the markDirectories option (#287, thanks @ yarastqt).

    ⚙️ Infrastructure

    • Use the latest versions of OS in CI (#279).
    • Move from Azure Pipelines to GitHub Actions (#299).
  • 3.2.4 - 2020-06-16

    🐛 Bug fixes

    • Fixed a regression in 3.2.3 when the caseSensitiveMatch option is disabled (#276)
from fast-glob GitHub release notes
Commit messages
Package name: fast-glob

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant