mackenly / link-shortener

Cloudflare Worker Based Link Shortener
https://linkshortener.dev/
GNU General Public License v3.0
4 stars 1 forks source link

Bump the development-dependencies group in /link-shortener with 2 updates #163

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the development-dependencies group in /link-shortener with 2 updates: @cloudflare/workers-types and wrangler.

Updates @cloudflare/workers-types from 4.20240919.0 to 4.20240925.0

Commits


Updates wrangler from 3.78.7 to 3.78.12

Release notes

Sourced from wrangler's releases.

wrangler@3.78.12

Patch Changes

  • #6840 5bfb75d Thanks @​a-robinson! - chore: update warning in wrangler dev --remote when using Queues to not mention beta status

wrangler@3.78.11

Patch Changes

wrangler@3.78.10

Patch Changes

wrangler@3.78.9

Patch Changes

wrangler@3.78.8

Patch Changes

  • #6791 74d719f Thanks @​penalosa! - fix: Add missing binding to init --from-dash

  • #6728 1ca313f Thanks @​emily-shen! - fix: remove filepath encoding on asset upload and handle sometimes-encoded characters

    Some characters like [ ] @ are encoded by encodeURIComponent() but are often requested at an unencoded URL path. This change will make assets with filenames with these characters accessible at both the encoded and unencoded paths, but to use the encoded path as the canonical one, and to redirect requests to the canonical path if necessary.

  • #6798 7d7f19a Thanks @​emily-shen! - fix: error if an asset binding is provided without a Worker script

  • Updated dependencies [1ca313f]:

    • @​cloudflare/workers-shared@​0.5.4

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.78.12

Patch Changes

  • #6840 5bfb75d Thanks @​a-robinson! - chore: update warning in wrangler dev --remote when using Queues to not mention beta status

3.78.11

Patch Changes

3.78.10

Patch Changes

3.78.9

Patch Changes

3.78.8

Patch Changes

  • #6791 74d719f Thanks @​penalosa! - fix: Add missing binding to init --from-dash

  • #6728 1ca313f Thanks @​emily-shen! - fix: remove filepath encoding on asset upload and handle sometimes-encoded characters

    Some characters like [ ] @ are encoded by encodeURIComponent() but are often requested at an unencoded URL path. This change will make assets with filenames with these characters accessible at both the encoded and unencoded paths, but to use the encoded path as the canonical one, and to redirect requests to the canonical path if necessary.

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying link-shortener with  Cloudflare Pages  Cloudflare Pages

Latest commit: 57eca7a
Status: ✅  Deploy successful!
Preview URL: https://1e092227.link-shortener-pdw.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-link-n8qf.link-shortener-pdw.pages.dev

View logs

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@cloudflare/workers-types@4.20240925.0 None 0 4.29 MB wrangler-publisher
npm/wrangler@3.78.12 Transitive: environment, eval, filesystem, network, shell, unsafe +101 827 MB wrangler-publisher

🚮 Removed packages: npm/@cloudflare/workers-types@4.20240919.0, npm/wrangler@3.78.7

View full report↗︎

socket-security[bot] commented 1 month ago

🚨 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 NoteSourceCI
Network access npm/miniflare@3.20240925.0 🚫
Network access npm/miniflare@3.20240925.0 🚫
Network access npm/miniflare@3.20240925.0 🚫
Shell access npm/miniflare@3.20240925.0 🚫
Uses eval npm/miniflare@3.20240925.0 🚫
Network access npm/miniflare@3.20240925.0 🚫

View full report↗︎

Next steps

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

What is shell access?

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.

What is dynamic code execution?

Package uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use dynamic code execution like eval(), since this could potentially execute any code.

Take a deeper look at the dependency

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.

Remove the package

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.

Mark a package as acceptable risk

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 npm/miniflare@3.20240925.0