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 7 vulnerabilities #48

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

Conversation

robi-y
Copy link
Contributor

@robi-y robi-y commented Nov 29, 2023

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 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ANSIREGEX-1583908
Yes Proof of Concept
medium severity 646/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
Server-side Request Forgery (SSRF)
SNYK-JS-REQUEST-3361831
Yes Proof of Concept
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Denial of Service (DoS)
SNYK-JS-SOCKETIOPARSER-1056752
Yes Proof of Concept
critical severity 704/1000
Why? Has a fix available, CVSS 9.8
Improper Input Validation
SNYK-JS-SOCKETIOPARSER-3091012
Yes No Known Exploit
medium severity 646/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
Prototype Pollution
SNYK-JS-TOUGHCOOKIE-5672873
Yes Proof of Concept
high severity 741/1000
Why? Mature exploit, Has a fix available, CVSS 7.1
Uninitialized Memory Exposure
npm:base64url:20180511
Yes Mature
high severity 589/1000
Why? Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
npm:parsejson:20170908
Yes No Known Exploit

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

Commit messages
Package name: googleapis The new version differs by 250 commits.
  • 8669d9a run npm install before npm publish (#944)
  • d571e5d release 25.0.0 (#932)
  • 2722f1f update package-lock.json (#942)
  • 515fa50 chore: asyncify generator (#926)
  • 0c306e5 chore: update source-map-support to 0.5.2 (#941)
  • 9cdb096 chore: remove node 7 from CI (#940)
  • eb86822 Update README.md (#928)
  • 658c7cb Update mocha to the latest version 🚀 (#935)
  • 8654a48 chore(package): update source-map-support to version 0.5.1 (#931)
  • 640c621 chore(package): update opn to version 5.2.0 (#925)
  • 573d96e Update js-green-licenses to the latest version 🚀 (#933)
  • e734909 Circleci tests (#937)
  • 474bed7 chore: Upgrade to the latest google-auth-library (#891)
  • efd4af5 chore(package): update semistandard to version 12.0.0 (#910)
  • 70a2ec0 fix: cleanup and fix samples (#916)
  • dfcae5a chore(package): update js-green-licenses to version 0.3.1 (#919)
  • 6a9b578 publishing 24.0.0 (#922)
  • cdf72a2 reverting breaking change (#921)
  • 8135ce0 updating googleapis (#920)
  • 4c4cf53 Revert "updating googleapis"
  • 2ffccde Revert "bump version, fix formatting"
  • a408328 bump version, fix formatting
  • c0a06ba updating googleapis
  • 6ab07d9 chore(package): update nock to version 9.1.5 (#902)

See the full diff

Package name: request The new version differs by 248 commits.
  • f422111 2.80.0
  • bce66a5 Merge pull request #2571 from JamesMGreene/fix_ipv6_host_header
  • ff6d6c6 Correctly format the Host header for IPv6 addresses
  • 667e923 Merge pull request #2558 from request/FredKSchott-patch-1
  • 6862553 Merge pull request #2221 from calamarico/change_readme
  • 8d78bd0 Update README.md example snippet
  • 60f6a00 Merge pull request #2452 from nicjansma/master
  • da077f7 Merge pull request #2553 from request/issue-template
  • 921ebee small change to template wording
  • 256deea add ISSUE_TEMPLATE, move PR template
  • fec1f2b reorder PULL_REQUEST_TEMPLATE sections
  • 2046cf3 Merge pull request #2539 from request/FredKSchott-patch-1
  • 0ea3d47 Merge pull request #2524 from request/greenkeeper-caseless-0.12.0
  • 3f57975 Use performance-now instead of custom solution
  • a9ad38a Ensure only the properties we expect are there
  • d9e8c3d Added deprecated notes
  • a60be68 Create PULL_REQUEST_TEMPLATE.md
  • 223f44b Merge pull request #2460 from OwnageIsMagic/patch-1
  • d40f9af Merge pull request #2514 from humphd/package.json-keywords
  • dfd777a chore(package): update caseless to version 0.12.0
  • 4901f96 Change tags to keywords in package.json
  • f009af2 Merge pull request #2492 from addaleax/lenient-gzip
  • 71081b6 More lenient gzip decompression
  • 21e315d Removed extra space

See the full diff

Package name: socket.io The new version differs by 250 commits.
  • 3367eaa [chore] Release 2.0.0
  • 6c0705f [docs] Add an example of custom parser (#2929)
  • 1980fb4 [chore] Merge history of 1.7.x and 0.9.x branches (#2930)
  • 0d07c47 [chore] Added backers and sponsors on the README (#2933)
  • a086588 [chore] Bump dependencies (#2926)
  • 87b06ad [feat] Move binary detection to the parser (#2923)
  • 199eec6 [docs] Replace non-breaking space with proper whitespace (#2913)
  • f1b39a6 [docs] Update emit cheatsheet (#2906)
  • 240b154 [docs] Explicitly document that Server extends EventEmitter (#2874)
  • c5b7738 [docs] Add server.engine.generateId attribute (#2880)
  • 03f3bc9 [docs] Fix wrong space character in README (#2900)
  • e40accf [docs] Fix documentation for 'connect' event (#2898)
  • 01a4623 [feat] Allow to join several rooms at once (#2879)
  • 2d5b002 [docs] Add webpack build example (#2828)
  • 5ae06e6 [chore] Bump socket.io-adapter to version 1.0.0 (#2867)
  • 4d8f68c [chore] Bump engine.io to version 2.0.2 (#2864)
  • 5b79ab1 [docs] Update the wording to match the code example (#2853)
  • 54ff591 [feature] Merge Engine.IO and Socket.IO handshake packets (#2833)
  • e1facd5 [docs] Small addition to the Express Readme Part (#2846)
  • 3b92cc2 [feature] Allow the use of custom parsers (#2829)
  • 3d695c6 [chore] Bump engine.io to version 2.0.0 (#2832)
  • 3b5f433 [fix] Use path.resolve by default and require.resolve as a fallback (#2797)
  • 23c9dd3 [docs] Add a 'Features' section in the README (#2824)
  • e28b475 [docs] Add httpd cluster example (#2819)

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:

🦉 Regular Expression Denial of Service (ReDoS)
🦉 Server-side Request Forgery (SSRF)
🦉 Improper Input Validation
🦉 More lessons are available in Snyk Learn

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.

2 participants