mmomtchev / node-gdal-async

Node.js bindings for GDAL (Geospatial Data Abstraction Library) with full async support
https://mmomtchev.github.io/node-gdal-async/
Apache License 2.0
124 stars 25 forks source link

[Snyk] Security upgrade node-gyp from 8.4.1 to 10.0.0 #121

Closed mmomtchev closed 7 months ago

mmomtchev commented 7 months ago

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 :-------------------------:|-------------------------|:-------------------------|:-------------------------|:------------------------- ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **703/1000**
**Why?** Proof of Concept exploit, Recently disclosed, Has a fix available, CVSS 6.2 | Missing Release of Resource after Effective Lifetime
[SNYK-JS-INFLIGHT-6095116](https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116) | Yes | Proof of Concept (*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: node-gyp The new version differs by 82 commits.
  • 9acb4c7 chore: release 10.0.0
  • 3032e10 chore: run tests after release please PR
  • 864a979 feat!: use .npmignore file to limit which files are published (#2921)
  • 4e493d4 chore: misc testing fixes (#2930)
  • d52997e feat: convert internal classes from util.inherits to classes
  • 355622f feat: convert all internal functions to async/await
  • 1b3bd34 feat!: drop node 14 support (#2929)
  • e388255 deps: which@4.0.0 (#2928)
  • 059bb6f deps: make-fetch-happen@13.0.0 (#2927)
  • 4bef1ec deps: glob@10.3.10 (#2926)
  • 21a7249 chore: add check engines script to CI (#2922)
  • 707927c feat(gyp): update gyp to v0.16.1 (#2923)
  • d644ce4 docs: update applicable GitHub links from master to main (#2843)
  • 4a50fe3 chore: empty commit to add changelog entries from #2770
  • 26683e9 chore: GitHub Workflows security hardening (#2740)
  • 91fd8ff Python lint: ruff --format is now --output-format
  • b3d41ae doc: Add note about Python symlinks (PR 2362) to CHANGELOG.md for 9.1.0 (#2783)
  • 5746691 test: update expired certs (#2908)
  • d3615c6 Fix incorrect Xcode casing in README (#2896)
  • bb93b94 docs: README.md Do not hardcode the supported versions of Python (#2880)
  • 0f1f667 fix: create Python symlink only during builds, and clean it up after (#2721)
  • 445c28f test: increase mocha timeout (#2887)
  • 1bfb083 Fix Python lint error by using an f-string (#2886)
  • c9caa2e docs: Update windows installation instructions in README.md (#2882)
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](https://app.snyk.io/org/mmomtchev/project/beda1f26-6a51-4907-b126-e7234dead39c?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/mmomtchev/project/beda1f26-6a51-4907-b126-e7234dead39c?utm_source=github&utm_medium=referral&page=fix-pr/settings) 📚 [Read more about Snyk's upgrade and patch logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities) [//]: # (snyk:metadata:{"prId":"d60655c1-d05d-4c23-8062-bea7273b93ca","prPublicId":"d60655c1-d05d-4c23-8062-bea7273b93ca","dependencies":[{"name":"node-gyp","from":"8.4.1","to":"10.0.0"}],"packageManager":"npm","projectPublicId":"beda1f26-6a51-4907-b126-e7234dead39c","projectUrl":"https://app.snyk.io/org/mmomtchev/project/beda1f26-6a51-4907-b126-e7234dead39c?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-JS-INFLIGHT-6095116"],"upgrade":["SNYK-JS-INFLIGHT-6095116"],"isBreakingChange":true,"env":"prod","prType":"backlog","templateVariants":["updated-fix-title","priorityScore","pkg-based-remediation"],"priorityScoreList":[703],"remediationStrategy":"dependency"}) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Learn about vulnerability in an interactive lesson of Snyk Learn.](https://learn.snyk.io/?loc=fix-pr)
codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bdd4995) 90.90% compared to head (7207c39) 90.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #121 +/- ## ======================================= Coverage 90.90% 90.90% ======================================= Files 95 95 Lines 10675 10675 ======================================= Hits 9704 9704 Misses 971 971 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.