Skip to content

[Snyk] Fix for 9 vulnerabilities#155

Open
matt-glich wants to merge 1 commit intomasterfrom
snyk-fix-373d4671a8f54af22b5e7ba38280c7a7
Open

[Snyk] Fix for 9 vulnerabilities#155
matt-glich wants to merge 1 commit intomasterfrom
snyk-fix-373d4671a8f54af22b5e7ba38280c7a7

Conversation

@matt-glich
Copy link
Copy Markdown
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
    • package-lock.json

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
medium severity 501/1000
Why? Recently disclosed, Has a fix available, CVSS 4.3
Information Exposure
SNYK-JS-GATSBYPLUGINSHARP-5425803
Yes No Known Exploit
medium severity 646/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
Server-side Request Forgery (SSRF)
SNYK-JS-PARSEURL-3023021
Yes Proof of Concept
medium severity 571/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5
Improper Input Validation
SNYK-JS-PARSEURL-3024398
Yes Proof of Concept
medium severity 646/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.5
Validation Bypass
SNYK-JS-SANITIZEHTML-1070780
Yes Proof of Concept
medium severity 539/1000
Why? Has a fix available, CVSS 6.5
Access Restriction Bypass
SNYK-JS-SANITIZEHTML-1070786
Yes No Known Exploit
medium severity 479/1000
Why? Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SANITIZEHTML-2957526
Yes No Known Exploit
critical severity 684/1000
Why? Has a fix available, CVSS 9.4
Arbitrary Code Execution
SNYK-JS-SANITIZEHTML-585892
Yes No Known Exploit
medium severity 539/1000
Why? Has a fix available, CVSS 6.5
Remote Code Execution (RCE)
SNYK-JS-SHARP-2848109
Yes No Known Exploit
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-TRIM-1017038
Yes Proof of Concept

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

Commit messages
Package name: @mdx-js/mdx The new version differs by 30 commits.

See the full diff

Package name: gatsby The new version differs by 250 commits.
  • 8d07242 chore(release): Publish
  • 0790895 chore(gatsby): Update README (#33615)
  • 06760d7 chore(gatsby): Change comment format in actions/public (#33592)
  • 7d66a23 feat(gatsby): capture number of ssg,dsg,ssr pages in telemetry (#33337)
  • 98a843c fix(gatsby): use lmdb.removeSync so getNode can't return deleted nodes (#33554)
  • 4d8e40b fix(gatsby-source-wordpress): Add steps for `refetch_ALL` (#33264)
  • 4761dc3 fix(gatsby): restore onPreBuild to being called right after bootstrap finishes (#33591)
  • 1cdbab6 fix(deps): update starters and examples gatsby packages to ^3.14.3 (#33553)
  • 0f421db chore(release): Publish next
  • 7d6a0aa fix(gatsby): fix page-tree in ink-cli (#33579)
  • 3993819 chore(gatsby): Add `assetPrefix` to `IGatsbyConfig` (#33575)
  • 6cc964a fix(gatsby-source-wordpress): restore PQR support (#33590)
  • 9eef270 specifying what actually changed (#33452)
  • 2975c4d feat(gatsby,gatsby-link): add queue to prefetch (#33530)
  • 68fe836 fix(gatsby): temporary workaround for stale jobs cache (#33586)
  • a800d9d fix(gatsby): Update internal usage of .runQuery (#33571)
  • 677760c chore(docs): Clarify SEO component guide (#33451)
  • ccca4b3 fix(gatsby): only remove unused code when apis got removed (#33527)
  • 8dbf550 fix(gatsby): assign correct parentSpans to PQR activities (#33568)
  • 31d5a5e fix(gatsby-dev-cli): resolve correct versions of packages with unpkg (#33551)
  • 5110074 fix(gatsby-plugin-gatsby-cloud): emit file nodes after source updates (#33548)
  • d2329df fix(gatsby): make sure 404 and 500 page inherit stateful status from original page (#33544)
  • 68e5b90 chore(docs): Update query var in part-7 tutorial (#33559)
  • a8cab55 chore(gatsby-plugin-react-helmet): Update Examples (#33552)

See the full diff

Package name: gatsby-plugin-manifest The new version differs by 250 commits.
  • f6734b9 chore(release): Publish
  • 9a616c0 fix(gatsby): wait for LMDB upserts to finish before emitting ENGINES_READY (#34853) (#34896)
  • f5705b9 fix(create-gatsby): Add required deps for theme-ui option (#34885) (#34897)
  • 9a579f1 fix(gatsby-core-utils): fix 304 when file does not exists (#34842) (#34888)
  • 148d016 fix(gatsby): Remove double enhanced-resolve dep (#34854) (#34889)
  • 19b0304 feat(gatsby-core-utils): improve fetch-remote-file (#34758)
  • ac1d777 fix(gatsby-source-contentful): avoid confusion of Gatsby node and Contentful node count in logs (#34830)
  • ee8c874 refactor(gatsby-source-contentful): remove unnecessary check for existing node (#34829)
  • 056b48e test(gatsby): Add a memory test suite command to the memory benchmark (#34810)
  • 45cb1f1 chore(release): Publish next
  • 4c832bf documentation: Add Third Party Schema (#34820)
  • 9f23dec chore(gatsby): cache shouldn't reference nodes strongly (#34821)
  • f2d4830 feat(gatsby-core-utils): create proper mutex (#34761)
  • 21ef185 chore(changelogs): update changelogs (#34826)
  • a2f99af fix(deps): update starters and examples gatsby packages to ^4.7.2 (#34822)
  • 76c89d8 chore(release): Publish next
  • 54d29c4 chore(gatsby): upgrade from lmdb-store to lmdb (#34576)
  • 3df8583 fix(core): Make filter/sort query only hold onto node properties it needs (#34747)
  • 3c3362b refactor(core): Make load plugins modular, prepare for TS (#34813)
  • 3d74584 feat(gatsby): allow referencing derived types in schema customization (#34787)
  • bfd04d3 fix(gatsby): Content Sync DSG bug (#34799)
  • 326a483 fix(deps): update dependency sharp to ^0.30.1 (#34755)
  • 7b958f9 docs: update typo Forestry (#34805)
  • ba8e21c feat(gatsby): Match node manifest pages by page context slug (#34790)

See the full diff

Package name: gatsby-plugin-mdx The new version differs by 250 commits.
  • b8eac2d chore(release): Publish
  • 3253a38 fix(gatsby-plugin-mdx): Hashing and pluginOptions (#36387) (#36395)
  • 1880491 fix(gatsby-script): Reach router import (#36385) (#36394)
  • f664ad2 feat(gatsby): Telemetry tracking for Head API (#36352)
  • ab55e4e chore: Update `got` (#36366)
  • 2b4ff76 fix(gatsby): Make runtime error overlay work in non-v8 browsers (#36365)
  • f990e08 fix(test): clear and close lmdb after each test suite (#36343)
  • 7fcf580 fix(gatsby): e.remove() is not a function when using Gatsby Head API (#36338)
  • 25fb9d1 chore: Fix pipeline tests (#36363)
  • a9132a5 chore(deps): update sharp (#35539)
  • bc80c23 chore: Add note about rehype-slug-custom-id
  • 5b6f1f6 chore(gatsby): upgrade multer (#36359)
  • f2f0acf chore(gatsby-telemetry): upgrade git-up (#36358)
  • 86a8efc chore(release): Publish next
  • 0705ac7 chore(gatsby-plugin-mdx): Update .gitignore
  • c92db36 BREAKING CHANGE(gatsby-plugin-mdx): MDX v2 (#35650)
  • 3c0dd6d chore(release): Publish next
  • 86b6ee9 Revert "chore(gatsby): Make `plugins` in `PluginOptions` type optional (#36351)"
  • a2fa5a2 chore(gatsby): Make `plugins` in `PluginOptions` type optional (#36351)
  • 6ecfe4a fix(gatsby-source-contentful): Correctly overwrite field type on Assets (#36337)
  • 0ed362c chore(docs): Pre-encoded unicode characters can't be used in paths (#36325)
  • 2bbe96d fix(deps): update dependency file-type to ^16.5.4 for gatsby-source-filesystem (#36276)
  • 2be3fa7 chore(docs): Add first batch of Cloud docs (#36218)
  • 4238142 chore(docs): Remove outdated examples and recipes (#36335)

See the full diff

Package name: gatsby-plugin-sharp The new version differs by 250 commits.
  • 50e3f94 chore(release): Publish
  • 3f8477d chore: Update get-unowned-packages script to use npm 9 syntax
  • dcf88ed fix(gatsby-plugin-sharp): don't serve static assets that are not result of currently triggered deferred job (#37796) (#37802)
  • 3be4a80 chore(release): Publish
  • 98c4d27 feat(gatsby): add initial webhook body env var to bootstrap context (#37478) (#37692)
  • e0c6d25 feat(gatsby-source-drupal): filter api requests by languages (#37684) (#37691)
  • e7499e9 chore(release): Publish
  • 2720bdd fix(gatsby-source-wordpress): fix preview issues (#37492) (#37495)
  • 15ab3f8 chore(release): Publish
  • 19eec6d chore(gatsby): bump socket.io (#37272) (#37497)
  • d88ed09 chore(release): Publish
  • d04b3b5 feat(gatsby-source-drupal): drupal langcode as notlangcode (#37445) (#37459)
  • 19d3861 fix(gatsby-source-drupal): await async handleDeletedNode (#37435) (#37458)
  • b229e7b fix(gatsby): Use correct settings for yaml-loader (#37454) (#37460)
  • 7021834 fix(gatsby-source-contentful): maintain back reference map between runs (#37442) (#37456)
  • 13bf518 chore(release): Publish
  • b30a43f chore(deps): Bump yaml-loader (#37401) (#37407)
  • 492a31a fix(gatsby): handle initializing multiple instances of gatsby-plugin-sharp (#37306) (#37329)
  • 4dcca80 chore(release): Publish
  • 59076c8 fix(gatsby-transformer-remark): Disallow JS frontmatter by default (#37244) (#37298)
  • 48a3db4 fix(gatsby): [rendering engines] use results of exports removal if sourceMap was not generated alongside transformed code (#37282) (#37299)
  • ea42d7f fix(gatsby): don't output file-loader assets to .cache (#37284) (#37300)
  • 2cc9eaf chore(release): Publish
  • a729764 fix(gatsby-source-wordpress): Add back nodeType field that was removed in last version (#37212) (#37218)

See the full diff

Package name: gatsby-transformer-remark The new version differs by 250 commits.
  • 0c6cd61 chore(release): Publish
  • 5e8e621 chore: Update main README (#36954)
  • 7130cd4 test(gatsby): Slices API integration tests (#36747)
  • 6496eed chore(release): Publish next
  • bc7ac84 chore: preserve previous webpack stats derived values, even if we restart webpack itself (#36980)
  • 2b5af32 fix: drop `__renderedByLocation` prop when calculating slice props hashes and don't expose it to slice component (#36979)
  • cc1ee9b chore(release): Publish next
  • 6a53861 chore(gatsby-link): Correct type export (#36968)
  • 0ad6314 fix(gatsby-graphiql-explorer): Use upstream exporter package (#36966)
  • 964265c chore(release): Publish next
  • b624442 chore: Update peerDeps (#36965)
  • b2ab092 chore(release): Publish next
  • e2a14bf feat(gatsby): Slices <> partial hydration interop (#36960)
  • 0083e62 fix(deps): update starters and examples gatsby packages to ^4.24.7 (#36957)
  • 68e9cab chore(changelogs): update changelogs (#36958)
  • b9eb8d2 chore(deps): update dependency autoprefixer to ^10.4.13 for gatsby-plugin-sass (#36934)
  • 58c37ea chore(deps): update dependency @ jridgewell/trace-mapping to ^0.3.17 for gatsby-legacy-polyfills (#36933)
  • a5e4c47 fix(deps): update dependency body-parser to ^1.20.1 for gatsby-source-drupal (#36940)
  • c86aa7e chore(docs): Add clarification for Pro Tip on Part 4 of tutorial (#36918)
  • d5c775a feat(gatsby): handle graphql-import-node bundling (#36951)
  • 59e2976 feat(gatsby-remark-embed-snippet): added csproj to language map so it will be recognized as xml (#36919)
  • c8a7dda chore(docs): Valhalla Content Hub Reference Guide (#36949)
  • 3044280 fix(gatsby): stitch slices if just page html was regenerating without any of used slices regenerating (#36950)
  • 10abdcb chore(release): Publish next

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:

🦉 Information Exposure
🦉 Server-side Request Forgery (SSRF)
🦉 Regular Expression Denial of Service (ReDoS)
🦉 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