Skip to content

build(deps): bump hono from 4.10.5 to 4.12.23 in /03-integrations/agentic-frameworks/typescript_mastra#1616

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/03-integrations/agentic-frameworks/typescript_mastra/hono-4.12.23
Open

build(deps): bump hono from 4.10.5 to 4.12.23 in /03-integrations/agentic-frameworks/typescript_mastra#1616
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/03-integrations/agentic-frameworks/typescript_mastra/hono-4.12.23

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bumps hono from 4.10.5 to 4.12.23.

Release notes

Sourced from hono's releases.

v4.12.23

What's Changed

Full Changelog: honojs/hono@v4.12.22...v4.12.23

v4.12.22

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.21...v4.12.22

v4.12.21

Security fixes

This release includes fixes for the following security issues:

app.mount() strips mount prefix using undecoded path, causing incorrect routing for percent-encoded paths

Affects: app.mount(). Fixes prefix stripping using the raw URL pathname instead of the decoded path, where percent-encoded characters in the mount prefix or path could cause the prefix to be removed at the wrong position, resulting in the sub-application receiving an incorrect path. GHSA-2gcr-mfcq-wcc3

IP Restriction bypasses static deny rules for non-canonical IPv6

Affects: hono/ip-restriction. Fixes IP address comparison using string equality, where non-canonical IPv6 representations of a denied address — such as compressed forms or hex-notation IPv4-mapped addresses — could bypass static deny rules. GHSA-xrhx-7g5j-rcj5

Cookie helper does not sanitize sameSite and priority, allowing Set-Cookie injection

Affects: hono/cookie. Fixes missing validation of sameSite and priority options against injection characters (;, \r, \n), where user-controlled input passed to either option could inject additional attributes into the Set-Cookie response header. GHSA-3hrh-pfw6-9m5x

JWT middleware accepts any Authorization scheme, not only Bearer

Affects: hono/jwt, hono/jwk. Fixes missing scheme validation in the Authorization header, where any two-part header value was accepted regardless of the scheme name, allowing non-Bearer schemes to pass JWT authentication. GHSA-f577-qrjj-4474


Users who use app.mount(), hono/ip-restriction, hono/cookie, or hono/jwt/hono/jwk are encouraged to upgrade to this version.

... (truncated)

Commits
  • 83bfb3b 4.12.23
  • bcd290a fix(utils/ipaddr): do not compress a single 0 group to :: (#4971)
  • c968177 feat(compress): add contentTypeFilter option and `COMPRESSIBLE_CONTENT_TYPE_R...
  • 0265a54 docs(contribution): add AI Usage Policy (#4970)
  • c84c5d2 feat(context): export the Context class publicly (#4543)
  • 82dad62 fix(serve-static): normalize all backslashes in file paths, not just the firs...
  • 2f01b77 4.12.22
  • 6bc0dff feat: add msgpack as a compressible content type (#4957)
  • 7e0555d fix(deno): echo negotiated WebSocket subprotocol in upgrade response (#4955)
  • f0ed246 fix(compress): respect Accept-Encoding when encoding option is set (#4951)
  • Additional commits viewable in compare view

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 show <dependency name> 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.

Bumps [hono](https://github.com/honojs/hono) from 4.10.5 to 4.12.23.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.10.5...v4.12.23)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@github-actions github-actions Bot added 03-integrations 03-integrations agentic-frameworks 03-integrations/agentic-frameworks labels Jun 4, 2026
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Latest scan for commit: 4f1e4b6 | Updated: 2026-06-04 18:46:29 UTC

Security Scan Results

Scan Metadata

  • Project: ASH
  • Scan executed: 2026-06-04T18:46:13+00:00
  • ASH version: 3.0.0

Summary

Scanner Results

The table below shows findings by scanner, with status based on severity thresholds and dependencies:

Column Explanations:

Severity Levels (S/C/H/M/L/I):

  • Suppressed (S): Security findings that have been explicitly suppressed/ignored and don't affect the scanner's pass/fail status
  • Critical (C): The most severe security vulnerabilities requiring immediate remediation (e.g., SQL injection, remote code execution)
  • High (H): Serious security vulnerabilities that should be addressed promptly (e.g., authentication bypasses, privilege escalation)
  • Medium (M): Moderate security risks that should be addressed in normal development cycles (e.g., weak encryption, input validation issues)
  • Low (L): Minor security concerns with limited impact (e.g., information disclosure, weak recommendations)
  • Info (I): Informational findings for awareness with minimal security risk (e.g., code quality suggestions, best practice recommendations)

Other Columns:

  • Time: Duration taken by each scanner to complete its analysis
  • Action: Total number of actionable findings at or above the configured severity threshold that require attention

Scanner Results:

  • PASSED: Scanner found no security issues at or above the configured severity threshold - code is clean for this scanner
  • FAILED: Scanner found security vulnerabilities at or above the threshold that require attention and remediation
  • MISSING: Scanner could not run because required dependencies/tools are not installed or available
  • SKIPPED: Scanner was intentionally disabled or excluded from this scan
  • ERROR: Scanner encountered an execution error and could not complete successfully

Severity Thresholds (Thresh Column):

  • CRITICAL: Only Critical severity findings cause scanner to fail
  • HIGH: High and Critical severity findings cause scanner to fail
  • MEDIUM (MED): Medium, High, and Critical severity findings cause scanner to fail
  • LOW: Low, Medium, High, and Critical severity findings cause scanner to fail
  • ALL: Any finding of any severity level causes scanner to fail

Threshold Source: Values in parentheses indicate where the threshold is configured:

  • (g) = global: Set in the global_settings section of ASH configuration
  • (c) = config: Set in the individual scanner configuration section
  • (s) = scanner: Default threshold built into the scanner itself

Statistics calculation:

  • All statistics are calculated from the final aggregated SARIF report
  • Suppressed findings are counted separately and do not contribute to actionable findings
  • Scanner status is determined by comparing actionable findings to the threshold
Scanner S C H M L I Time Action Result Thresh
bandit 0 0 0 0 0 0 524ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 30.0s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 577ms 0 PASSED MED (g)
checkov 0 0 0 0 0 0 5.6s 0 PASSED MED (g)
detect-secre… 0 0 0 0 0 0 975ms 0 PASSED MED (g)
grype 0 14 0 15 6 0 49.3s 29 FAILED MED (g)
npm-audit 0 0 0 0 0 0 179ms 0 PASSED MED (g)
opengrep 0 0 0 0 0 0 <1ms 0 SKIPPED MED (g)
semgrep 0 0 0 0 0 0 <1ms 0 MISSING MED (g)
syft 0 0 0 0 0 0 2.8s 0 PASSED MED (g)

Detailed Findings

Show 29 actionable findings

Finding 1: GHSA-jvwf-75h9-cwgg-protobufjs

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-jvwf-75h9-cwgg-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 2: GHSA-37qj-frw5-hhjh-fast-xml-parser

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-37qj-frw5-hhjh-fast-xml-parser
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: fast-xml-parser, version 5.2.5 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 3: GHSA-66ff-xgx4-vchm-protobufjs

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-66ff-xgx4-vchm-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 4: GHSA-685m-2w69-288q-protobufjs

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-685m-2w69-288q-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 5: GHSA-fx83-v9x8-x52w-protobufjs

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-fx83-v9x8-x52w-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 6: GHSA-33vc-wfww-vjfv-jsondiffpatch

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-33vc-wfww-vjfv-jsondiffpatch
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: jsondiffpatch, version 0.6.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 7: GHSA-jggg-4jg4-v7c6-protobufjs

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-jggg-4jg4-v7c6-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 8: GHSA-xq3m-2v4x-88gg-protobufjs

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-xq3m-2v4x-88gg-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A critical vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 9: GHSA-jmr7-xgp7-cmfj-fast-xml-parser

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-jmr7-xgp7-cmfj-fast-xml-parser
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: fast-xml-parser, version 5.2.5 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 10: GHSA-q8mj-m7cp-5q26-qs

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-q8mj-m7cp-5q26-qs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: qs, version 6.13.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 11: GHSA-q8mj-m7cp-5q26-qs

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-q8mj-m7cp-5q26-qs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: qs, version 6.14.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 12: GHSA-2pr8-phx7-x9h3-protobufjs

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-2pr8-phx7-x9h3-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 13: GHSA-jp2q-39xq-3w4g-fast-xml-parser

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-jp2q-39xq-3w4g-fast-xml-parser
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: fast-xml-parser, version 5.2.5 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 14: GHSA-8gc5-j5rx-235r-fast-xml-parser

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-8gc5-j5rx-235r-fast-xml-parser
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: fast-xml-parser, version 5.2.5 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 15: GHSA-6rw7-vpxm-498p-qs

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-6rw7-vpxm-498p-qs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: qs, version 6.13.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 16: GHSA-6rw7-vpxm-498p-qs

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-6rw7-vpxm-498p-qs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: qs, version 6.14.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 17: GHSA-m7jm-9gc2-mpf2-fast-xml-parser

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-m7jm-9gc2-mpf2-fast-xml-parser
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A critical vulnerability in npm package: fast-xml-parser, version 5.2.5 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 18: GHSA-75px-5xx7-5xc7-protobufjs

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-75px-5xx7-5xc7-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 19: GHSA-q7rr-3cgh-j5r3-@opentelemetry/auto-instrumentations-node

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-q7rr-3cgh-j5r3-@opentelemetry/auto-instrumentations-node
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: @opentelemetry/auto-instrumentations-node, version 0.62.2 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 20: GHSA-q7rr-3cgh-j5r3-@opentelemetry/exporter-prometheus

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-q7rr-3cgh-j5r3-@opentelemetry/exporter-prometheus
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: @opentelemetry/exporter-prometheus, version 0.203.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 21: GHSA-q7rr-3cgh-j5r3-@opentelemetry/sdk-node

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-q7rr-3cgh-j5r3-@opentelemetry/sdk-node
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: @opentelemetry/sdk-node, version 0.203.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 22: GHSA-j3q9-mxjg-w52f-path-to-regexp

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-j3q9-mxjg-w52f-path-to-regexp
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: path-to-regexp, version 8.3.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 23: GHSA-37ch-88jc-xwx2-path-to-regexp

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-37ch-88jc-xwx2-path-to-regexp
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A high vulnerability in npm package: path-to-regexp, version 0.1.12 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 24: GHSA-27v5-c462-wpq7-path-to-regexp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-27v5-c462-wpq7-path-to-regexp
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: path-to-regexp, version 8.3.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 25: GHSA-w5hq-g745-h8pq-uuid

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-w5hq-g745-h8pq-uuid
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: uuid, version 11.1.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 26: GHSA-w5hq-g745-h8pq-uuid

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-w5hq-g745-h8pq-uuid
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: uuid, version 9.0.1 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 27: GHSA-q6x5-8v7m-xcrf-@protobufjs/utf8

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-q6x5-8v7m-xcrf-@protobufjs/utf8
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: @protobufjs/utf8, version 1.1.0 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 28: GHSA-q6x5-8v7m-xcrf-protobufjs

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-q6x5-8v7m-xcrf-protobufjs
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: protobufjs, version 7.5.4 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Finding 29: GHSA-gh4j-gqv2-49f6-fast-xml-parser

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-gh4j-gqv2-49f6-fast-xml-parser
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

Description:
A medium vulnerability in npm package: fast-xml-parser, version 5.2.5 was found at: /03-integrations/agentic-frameworks/typescript_mastra/package-lock.json


Report generated by Automated Security Helper (ASH) at 2026-06-04T18:46:07+00:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

03-integrations 03-integrations agentic-frameworks 03-integrations/agentic-frameworks dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants