Skip to content

chore(deps): bump hono from 4.10.5 to 4.12.18 in /03-integrations/agentic-frameworks/typescript_mastra#1467

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/03-integrations/agentic-frameworks/typescript_mastra/hono-4.12.18
Open

chore(deps): bump hono from 4.10.5 to 4.12.18 in /03-integrations/agentic-frameworks/typescript_mastra#1467
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/03-integrations/agentic-frameworks/typescript_mastra/hono-4.12.18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps hono from 4.10.5 to 4.12.18.

Release notes

Sourced from hono's releases.

v4.12.18

Security fixes

This release includes fixes for the following security issues:

Cache Middleware ignores Vary: Authorization / Vary: Cookie leading to cross-user cache leakage

Affects: Cache Middleware. Fixes missing cache-skip handling for Vary: Authorization and Vary: Cookie, where a response cached for one authenticated user could be served to other users. GHSA-p77w-8qqv-26rm

CSS Declaration Injection via Style Object Values in JSX SSR

Affects: hono/jsx. Fixes a missing CSS-context escape for style object values and property names, where untrusted input could inject additional CSS declarations. The impact is limited to CSS and does not allow JavaScript execution. GHSA-qp7p-654g-cw7p

Improper validation of NumericDate claims (exp, nbf, iat) in JWT verify()

Affects: hono/utils/jwt. Fixes improper validation of exp, nbf, and iat claims, where falsy, non-finite, or non-numeric values could silently bypass time-based checks instead of being rejected per RFC 7519. GHSA-hm8q-7f3q-5f36


Users who use the JWT helper, hono/jsx, or the Cache middleware are strongly encouraged to upgrade to this version.

v4.12.17

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.16...v4.12.17

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

... (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 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.18.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.10.5...v4.12.18)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.18
  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 May 9, 2026
@github-actions github-actions Bot added 03-integrations 03-integrations agentic-frameworks 03-integrations/agentic-frameworks labels May 9, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

Latest scan for commit: c763d9c | Updated: 2026-05-09 04:16:07 UTC

Security Scan Results

Scan Metadata

  • Project: ASH
  • Scan executed: 2026-05-09T04:15:54+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 461ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 28.8s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 459ms 0 PASSED MED (g)
checkov 0 0 0 0 0 0 4.7s 0 PASSED MED (g)
detect-secrets 0 0 0 0 0 0 720ms 0 PASSED MED (g)
grype 0 7 0 7 4 0 45.6s 14 FAILED MED (g)
npm-audit 0 0 0 0 0 0 165ms 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.5s 0 PASSED MED (g)

Detailed Findings

Show 14 actionable findings

Finding 1: 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 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-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 4: 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 5: 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 6: 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 7: 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 8: 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 9: 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 10: 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 11: 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 12: 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 13: 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 14: 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-05-09T04:15:49+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