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] Fix for 1 vulnerabilities #116

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

Conversation

adamlaska
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • package.json

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 768/1000
Why? Proof of Concept exploit, Recently disclosed, Has a fix available, CVSS 7.5
Prototype Pollution
SNYK-JS-LODASH-6139239
Yes Proof of Concept

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

Commit messages
Package name: grunt-contrib-imagemin The new version differs by 12 commits.
  • 3352598 v1.0.0
  • 212ec99 Merge pull request #329 from sapegin/patch-1
  • 210552c Update imagemin to 4.0.0.
  • 240c7c3 package.json: fix non-standard license.
  • 940cdb4 Travis CI: install npm to fix test failures on node.js 0.10.
  • 70cbdd4 Update appveyor.yml.
  • 11daf26 CI: test node.js 4.0.
  • 93f6964 Merge pull request #313 from carterchung/master
  • db388f7 Fix punctuation error in README.md
  • 27467d0 update readme links
  • 21f151e Update appveyor.yml.
  • 3bb14c8 Small tweaks

See the full diff

Package name: grunt-contrib-jasmine The new version differs by 60 commits.
  • 201bb2a Release v2.0.3
  • 9b18221 Upgrade npm dependencies
  • d0e2572 fix: build only should pass if the buildSpecrunner runs without error
  • 74855ed Update dependencies
  • d65dd20 v2.0.2
  • d7f652f Fix typo
  • 55a5f1f Wait for spec runner before larunching browser
  • 408a233 Set the startTime before calling sendMessage
  • a30f731 Create new optional 'noSandbox' option to launching Puppeteer with no-sandbox arg.
  • a88f31b Launching Puppeteer with no-sandbox arg.
  • de29770 v2.0.1
  • a71cc54 Use the grunt current working directory to find the jasmine core folder (#277)
  • f3c320c Deals with #274 (#275)
  • a21b0b1 Implement options.version (#273)
  • 7d3dbdc update template usage (#272)
  • 51feacb Update deps (#271)
  • 02e72f3 Switch from PhantomJS to Chrome Headless via Puppeteer (#269)
  • 55594d0 1.2.0
  • 5fc2536 Update ci (#268)
  • cc8572c Fix deprecation warning in Node.js 7 (#262)
  • bce574c v1.1.0
  • 3a00b18 fix(dependencies): Prevent npm from installing jasmine@2.5.0 (#247)
  • a3fd486 Custom temp directory (#240)
  • 7f678cb Merge pull request #235 from Arkni/master

See the full diff

Package name: grunt-contrib-less The new version differs by 77 commits.

See the full diff

Package name: grunt-eslint The new version differs by 6 commits.

See the full diff

Package name: grunt-jscs The new version differs by 22 commits.

See the full diff

Package name: grunt-replace The new version differs by 16 commits.

See the full diff

Package name: load-grunt-config The new version differs by 36 commits.

See the full diff

Check the changes in this PR to ensure they won't cause issues with your project.


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

For more information:
🧐 View latest project report

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Prototype Pollution

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-6139239
Copy link

google-cla bot commented Apr 22, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/core-js@2.6.12
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"
Install scripts npm/puppeteer@1.20.0
  • Install script: install
  • Source: node install.js

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/core-js@2.6.12
  • @SocketSecurity ignore npm/puppeteer@1.20.0

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

Successfully merging this pull request may close these issues.

2 participants