Skip to content

chore(deps): bump qs and express in /03-integrations/agentic-frameworks/typescript_mastra#1578

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

chore(deps): bump qs and express in /03-integrations/agentic-frameworks/typescript_mastra#1578
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/03-integrations/agentic-frameworks/typescript_mastra/multi-f792d6d6d9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps qs and express. These dependencies needed to be updated together.
Updates qs from 6.14.0 to 6.15.2

Changelog

Sourced from qs's changelog.

6.15.2

  • [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + encodeValuesOnly instead of crashing in encoder
  • [Fix] stringify: use configured delimiter after charsetSentinel (#555)
  • [Fix] stringify: apply formatter to encoded key under strictNullHandling (#554)
  • [Fix] stringify: skip null/undefined filter-array entries instead of crashing in encoder (#551)
  • [Fix] parse: handle nested bracket groups and add regression tests (#530)
  • [readme] fix grammar (#550)
  • [Dev Deps] update @ljharb/eslint-config
  • [Tests] add regression tests for keys containing percent-encoded bracket text

6.15.1

  • [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true silently drops all parameters
  • [Deps] update @ljharb/eslint-config
  • [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • [Tests] increase coverage

6.15.0

  • [New] parse: add strictMerge option to wrap object/primitive conflicts in an array (#425, #122)
  • [Fix] duplicates option should not apply to bracket notation keys (#514)

6.14.2

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions

6.14.1

  • [Fix] ensure arrayLimit applies to [] notation as well
  • [Fix] parse: when a custom decoder returns null for a key, ignore that key
  • [Refactor] parse: extract key segment splitting helper
  • [meta] add threat model
  • [actions] add workflow permissions
  • [Tests] stringify: increase coverage
  • [Dev Deps] update eslint, @ljharb/eslint-config, npmignore, es-value-fixtures, for-each, object-inspect
Commits
  • 9aca407 v6.15.2
  • 5e33d33 [Dev Deps] update @ljharb/eslint-config
  • 21f80b3 [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + `e...
  • a0a81ea [Fix] stringify: use configured delimiter after charsetSentinel
  • e3062f7 [Fix] stringify: apply formatter to encoded key under strictNullHandling
  • 0c180a4 [Fix] stringify: skip null/undefined filter-array entries instead of crashi...
  • 3a8b94a [Tests] add regression tests for keys containing percent-encoded bracket text
  • 96755ab [readme] fix grammar
  • a419ce5 [Fix] parse: handle nested bracket groups and add regression tests
  • 3f5e1c5 v6.15.1
  • Additional commits viewable in compare view

Updates express from 4.22.1 to 4.22.2

Release notes

Sourced from express's releases.

v4.22.2

What's Changed

  • fix: restore >20 array parsing for req.query repeated keys (8d09bfe6)
    • This also unifies array-cap behavior across notations. Indexed notation (a[0]=...) was historically capped at qs's default arrayLimit of 20 even in older qs versions; after this change it also allows up to 1000 items.
  • deps: qs@~6.15.1
  • deps: body-parser@~1.20.5

New Contributors

Full Changelog: expressjs/express@v4.22.1...v4.22.2

Changelog

Sourced from express's changelog.

4.22.2 / 2026-05-011

  • fix: restore >20 array parsing for req.query repeated keys (8d09bfe6)
    • This also unifies array-cap behavior across notations. Indexed notation (a[0]=...) was historically capped at qs's default arrayLimit of 20 even in older qs versions; after this change it also allows up to 1000 items.
  • deps: qs@~6.15.1
  • deps: body-parser@~1.20.5
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 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 [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.14.0 to 6.15.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.0...v6.15.2)

Updates `express` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md)
- [Commits](expressjs/express@v4.22.1...v4.22.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.2
  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 29, 2026
@github-actions github-actions Bot added 03-integrations 03-integrations agentic-frameworks 03-integrations/agentic-frameworks labels May 29, 2026
@github-actions
Copy link
Copy Markdown

Latest scan for commit: 8f312b4 | Updated: 2026-05-29 14:17:13 UTC

Security Scan Results

Scan Metadata

  • Project: ASH
  • Scan executed: 2026-05-29T14:16:58+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 375ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 30.6s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 646ms 0 PASSED MED (g)
checkov 0 0 0 0 0 0 5.4s 0 PASSED MED (g)
detect-secre… 0 0 0 0 0 0 876ms 0 PASSED MED (g)
grype 0 17 0 28 4 0 46.3s 45 FAILED MED (g)
npm-audit 0 0 0 0 0 0 194ms 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.3s 0 PASSED MED (g)

Detailed Findings

Show 45 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-q5qw-h33p-qvwr-hono

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-q5qw-h33p-qvwr-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 7: GHSA-p6xx-57qc-3wxr-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-p6xx-57qc-3wxr-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 8: 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 9: 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 10: 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 11: GHSA-9r54-q6cx-xmh5-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-9r54-q6cx-xmh5-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 12: 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 13: 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 14: 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 15: GHSA-5pq2-9x2x-5p6w-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-5pq2-9x2x-5p6w-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 16: 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 17: GHSA-qp7p-654g-cw7p-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-qp7p-654g-cw7p-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 18: GHSA-p77w-8qqv-26rm-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-p77w-8qqv-26rm-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 19: 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 20: 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 21: GHSA-3vhc-576x-3qv4-hono

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-3vhc-576x-3qv4-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 22: GHSA-f67f-6cw9-8mq4-hono

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-f67f-6cw9-8mq4-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 23: GHSA-69xw-7hcm-h432-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-69xw-7hcm-h432-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 24: GHSA-r5rp-j6wh-rvv4-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-r5rp-j6wh-rvv4-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 25: 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 26: 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 27: 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 28: 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 29: 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 30: GHSA-xf4j-xp2r-rqqx-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-xf4j-xp2r-rqqx-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 31: GHSA-wmmm-f939-6g9c-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-wmmm-f939-6g9c-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 32: 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 33: 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 34: 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 35: GHSA-w332-q679-j88p-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-w332-q679-j88p-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 36: GHSA-6wqw-2p9w-4vw4-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-6wqw-2p9w-4vw4-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 37: GHSA-xpcf-pg52-r92g-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-xpcf-pg52-r92g-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 38: GHSA-9vqf-7f2p-gf9v-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-9vqf-7f2p-gf9v-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 39: GHSA-r354-f388-2fhh-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-r354-f388-2fhh-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 40: 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 41: 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 42: 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


Finding 43: GHSA-26pp-8wgv-hjvm-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-26pp-8wgv-hjvm-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 44: GHSA-458j-xx4x-4375-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-458j-xx4x-4375-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Finding 45: GHSA-v8w9-8mx6-g223-hono

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-v8w9-8mx6-g223-hono
  • Location: 03-integrations/agentic-frameworks/typescript_mastra/package-lock.json:1

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


Report generated by Automated Security Helper (ASH) at 2026-05-29T14:16:51+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