luwes / wesc

We are the Superlative Components!
https://wesc-nextjs.vercel.app
21 stars 0 forks source link

chore(deps-dev): bump hono from 3.10.5 to 3.11.7 #15

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps hono from 3.10.5 to 3.11.7.

Release notes

Sourced from hono's releases.

v3.11.7

Security Update

This release includes a security patch that fixes the vulnerability in TrieRouter.

If you are using the default preset or hono/quick, or specifying the router as TrieRouter, you must upgrade to this version 3.11.7 immediately.

How to upgrade

For Deno

Just increment the version specifier to v3.11.7.

import { Hono } from 'https://deno.land/x/hono@v3.11.7/mod.ts'
import { serveStatic } from 'https://deno.land/x/hono@v3.11.7/middleware.ts'

For Node.js

Upgrade the hono package via npm:

npm install hono

// OR

yarn add hono

// OR

pnpm up hono

You may not update the hono package with npm update, so please use npm install.

The vulnerability detail

The clients may override named path parameter values from previous requests if the application is using TrieRouter. So, there is a risk that a privileged user may use unintended parameters when deleting REST API resources.

TrieRouter is used either explicitly or when the application matches a pattern that is not supported by the default RegExpRouter.

The advisory: https://github.com/honojs/hono/security/advisories/GHSA-f6gv-hh8j-q8vq

Our Approach to Security

If you discover such a vulnerability, please contact us immediately. We will respond immediately; we have enabled GitHub's private vulnerability reporting feature, so please use that.

https://github.com/honojs/hono/security/advisories

... (truncated)

Commits


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/luwes/wesc/network/alerts).
cloudflare-pages[bot] commented 9 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 885d6f3
Status: ✅  Deploy successful!
Preview URL: https://0007f5ae.wesc-coe.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-hono.wesc-coe.pages.dev

View logs

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wesc-astro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2023 2:48am
wesc-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2023 2:48am
wesc-sveltekit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2023 2:48am
netlify[bot] commented 9 months ago

Deploy Preview for wesc-eleventy canceled.

Name Link
Latest commit 885d6f30457a4979b1f456625bc0a01b8d3e90f2
Latest deploy log https://app.netlify.com/sites/wesc-eleventy/deploys/657bbe243cab97000833dd27
netlify[bot] commented 9 months ago

Deploy Preview for wesc-remixrun canceled.

Name Link
Latest commit 885d6f30457a4979b1f456625bc0a01b8d3e90f2
Latest deploy log https://app.netlify.com/sites/wesc-remixrun/deploys/657bbe247db1310008a39e6f
netlify[bot] commented 9 months ago

Deploy Preview for wesc-node canceled.

Name Link
Latest commit 885d6f30457a4979b1f456625bc0a01b8d3e90f2
Latest deploy log https://app.netlify.com/sites/wesc-node/deploys/657bbe259ecca3000882e3a2
dependabot[bot] commented 8 months ago

Looks like hono is up-to-date now, so this is no longer needed.