Skip to content

[Snyk] Fix for 3 vulnerabilities#190

Open
snyk-io[bot] wants to merge 2 commits into
mainfrom
snyk-fix-bd76789d8dfc25e28fead2e009e7d27c
Open

[Snyk] Fix for 3 vulnerabilities#190
snyk-io[bot] wants to merge 2 commits into
mainfrom
snyk-fix-bd76789d8dfc25e28fead2e009e7d27c

Conversation

@snyk-io

@snyk-io snyk-io Bot commented Jun 3, 2026

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 3 vulnerabilities in the pnpm dependencies of this project.

Snyk changed the following file(s):

  • apps/webapp/package.json
⚠️ Warning
Failed to update the pnpm-lock.yaml, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue
medium severity Improper Output Neutralization for Logs
SNYK-JS-MORGAN-17135841
high severity Open Redirect
SNYK-JS-REACTROUTER-17138887
high severity Allocation of Resources Without Limits or Throttling
SNYK-JS-REMIXRUNSERVERRUNTIME-17138702

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Improper Output Neutralization for Logs
🦉 Open Redirect
🦉 Allocation of Resources Without Limits or Throttling


This change is Reviewable

@snyk-io

snyk-io Bot commented Jun 3, 2026

Copy link
Copy Markdown
Author

Merge Risk: Medium

This update includes routine patch updates for Remix and a minor version bump for morgan.

  • @remix-run/react, @remix-run/serve, @remix-run/server-runtime (2.17.4 → 2.17.5): These are patch updates that address a security vulnerability by preventing staticFiles() from serving files outside its configured root via symlinks. No breaking changes are documented.

  • morgan (1.10.0 → 1.11.0): This is a minor version upgrade. While a specific changelog for version 1.11.0 was not found, minor versions can introduce new features or small breaking changes. Due to the lack of detailed release notes, this upgrade is considered medium risk, and it is recommended to verify that logging functionality behaves as expected after the update.

Recommendation: After upgrading, verify that your application's request logging is still functioning correctly.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@changeset-bot

changeset-bot Bot commented Jun 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: efa1b96

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@snyk-io

snyk-io Bot commented Jun 3, 2026

Copy link
Copy Markdown
Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@snyk-io

snyk-io Bot commented Jun 3, 2026

Copy link
Copy Markdown
Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
🔚 Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedopenai@​4.47.076100100100100
Added@​trigger.dev/​sdk@​0.0.0-prerelease-20250321122618971008399100
Added@​traceloop/​instrumentation-openai@​0.10.01001008695100
Addedtypescript@​5.5.4100100909590

View full report

Comment thread apps/webapp/package.json
@@ -107,10 +107,10 @@
"@react-types/datepicker": "^3.7.1",
"@remix-run/express": "2.17.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUGGESTION: Consider updating @remix-run/express to 2.17.5 for consistency with other remixed-run packages that were updated to address a security vulnerability. Keeping all remix-run packages at the same version helps prevent potential compatibility issues.

Comment thread apps/webapp/package.json
"marked": "^4.0.18",
"match-sorter": "^6.3.4",
"morgan": "^1.10.0",
"morgan": "^1.11.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUGGESTION: After updating morgan to ^1.11.0, verify that request logging functionality works as expected. Minor version updates can introduce small breaking changes or behavioral differences.

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.

1 participant