Closed dependabot[bot] closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
paaster | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 4, 2024 9:22am |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@sveltejs/kit@2.7.0
🚨 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 | Note | Source | CI |
---|---|---|---|---|
AI-detected potential code anomaly | pypi/jmespath@1.0.1 |
| 🚫 | |
AI-detected potential code anomaly | pypi/frozenlist@1.4.0 |
| 🚫 | |
Network access | pypi/h11@0.14.0 |
| 🚫 | |
AI-detected potential code anomaly | pypi/h11@0.14.0 |
| 🚫 | |
Network access | pypi/h11@0.14.0 |
| 🚫 | |
Shell access | pypi/h11@0.14.0 |
| 🚫 | |
Shell access | pypi/markdown-it-py@3.0.0 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Native code | pypi/msgspec@0.18.6 |
| 🚫 | |
Network access | pypi/dnspython@2.6.1 |
| 🚫 | |
Network access | pypi/dnspython@2.6.1 |
| 🚫 | |
Shell access | pypi/dnspython@2.6.1 |
| 🚫 | |
Network access | pypi/httpcore@1.0.5 |
| 🚫 | |
Network access | pypi/httpcore@1.0.5 |
| 🚫 | |
Network access | pypi/idna@3.7 |
| 🚫 | |
AI-detected potential code anomaly | pypi/faker@25.0.1 |
| 🚫 | |
Network access | pypi/httpx@0.27.0 |
| 🚫 | |
Install scripts | npm/@sveltejs/kit@2.7.4 |
| 🚫 |
AI has identified unusual behaviors that may pose a security risk.
An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.
This module accesses the network.
Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.
This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.
Contains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Verify that the inclusion of native code is expected and necessary for this package's functionality. If it is unnecessary or unexpected, consider using alternative packages without native code to mitigate potential risks.
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 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.
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.
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 pypi/jmespath@1.0.1
@SocketSecurity ignore pypi/frozenlist@1.4.0
@SocketSecurity ignore pypi/h11@0.14.0
@SocketSecurity ignore pypi/markdown-it-py@3.0.0
@SocketSecurity ignore pypi/msgspec@0.18.6
@SocketSecurity ignore pypi/dnspython@2.6.1
@SocketSecurity ignore pypi/httpcore@1.0.5
@SocketSecurity ignore pypi/idna@3.7
@SocketSecurity ignore pypi/faker@25.0.1
@SocketSecurity ignore pypi/httpx@0.27.0
@SocketSecurity ignore npm/@sveltejs/kit@2.7.4
Superseded by #696.
Bumps @sveltejs/kit from 2.7.0 to 2.7.4.
Release notes
Sourced from
@sveltejs/kit
's releases.Changelog
Sourced from
@sveltejs/kit
's changelog.Commits
d55b822
Version Packages (#12897)967bad7
breaking: require svelte 5 for enhanced-img (#12822)304755e
fix: avoid preload if event default was prevented (#12887)5006435
fix: defer when clicking hash links with data-sveltekit-reload (#12866)f13aef7
docs: auth guide (#12810)1d7128a
Version Packages (#12858)bd82819
docs: more Svelte 5 conversion (#12871)4cdbf76
fix: revert using server read for load function fetch (#12876)3a9b78f
fix: decode URI when previewing prerendered pages (#12874)dcbe422
fix: include importer in illegal import error message (#12820)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show