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

Update micromatch in @parcel/utils to avoid set-value package < 4.0.1 #6942

Closed
danmarshall opened this issue Sep 15, 2021 · 0 comments · Fixed by #6958
Closed

Update micromatch in @parcel/utils to avoid set-value package < 4.0.1 #6942

danmarshall opened this issue Sep 15, 2021 · 0 comments · Fixed by #6958

Comments

@danmarshall
Copy link
Contributor

danmarshall commented Sep 15, 2021

🛡 CVE report

Prototype Pollution in the set-value package < 4.0.1 according to GHSA-4jqc-8m5r-9rpr & https://nvd.nist.gov/vuln/detail/CVE-2021-23440

npm ls set-value returns:

-- parcel@2.0.0-rc.0
  -- @parcel/utils@2.0.0-rc.0
    -- micromatch@3.1.10
      -- snapdragon@0.8.2
        -- base@0.11.2
          -- cache-base@1.0.1
            +-- set-value@2.0.1

💁 Possible Solution

Upgrade micromatch to 4 in @parcel/utils

@danmarshall danmarshall changed the title Update micromatch in @parcel/utils Update micromatch in @parcel/utils to avoid set-value package < 4.0.1 Sep 15, 2021
This was referenced Sep 20, 2021
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 a pull request may close this issue.

1 participant