Skip to content

chore(deps): bump axios from 1.12.2 to 1.15.0 in /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client#1361

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/axios-1.15.0
Open

chore(deps): bump axios from 1.12.2 to 1.15.0 in /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client#1361
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/axios-1.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2026

Bumps axios from 1.12.2 to 1.15.0.

Release notes

Sourced from axios's releases.

v1.15.0

This release delivers two critical security patches, adds runtime support for Deno and Bun, and includes significant CI hardening, documentation improvements, and routine dependency updates.

⚠️ Important Changes

  • Deprecation: url.parse() usage has been replaced to address Node.js deprecation warnings. If you are on a recent version of Node.js, this resolves console warnings you may have been seeing. (#10625)

🔒 Security Fixes

  • Proxy Handling: Fixed a no_proxy hostname normalisation bypass that could lead to Server-Side Request Forgery (SSRF). (#10661)
  • Header Injection: Fixed an unrestricted cloud metadata exfiltration vulnerability via a header injection chain. (#10660)

🚀 New Features

  • Runtime Support: Added compatibility checks and documentation for Deno and Bun environments. (#10652, #10653)

🔧 Maintenance & Chores

  • CI Security: Hardened workflow permissions to least privilege, added the zizmor security scanner, pinned action versions, and gated npm publishing with OIDC and environment protection. (#10618, #10619, #10627, #10637, #10666)
  • Dependencies: Bumped serialize-javascript, handlebars, picomatch, vite, and denoland/setup-deno to latest versions. Added a 7-day Dependabot cooldown period. (#10574, #10572, #10568, #10663, #10664, #10665, #10669, #10670, #10616)
  • Documentation: Unified docs, improved beforeRedirect credential leakage example, clarified withCredentials/withXSRFToken behaviour, HTTP/2 support notes, async/await timeout error handling, header case preservation, and various typo fixes. (#10649, #10624, #7452, #7471, #10654, #10644, #10589)
  • Housekeeping: Removed stale files, regenerated lockfile, and updated sponsor scripts and blocks. (#10584, #10650, #10582, #10640, #10659, #10668)
  • Tests: Added regression coverage for urlencoded Content-Type casing. (#10573)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

v1.14.0

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

🚀 New Features

  • Runtime Features: No new end-user features were introduced in this release.
  • Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510)

🐛 Bug Fixes

  • Headers: Trim trailing CRLF in normalised header values. (#7456)
  • HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457)
  • Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515)
  • Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499)

... (truncated)

Changelog

Sourced from axios's changelog.

v1.15.0 — April 7, 2026

This release delivers two critical security patches targeting header injection and SSRF via proxy bypass, adds official runtime support for Deno and Bun, and includes significant CI security hardening.

🔒 Security Fixes

  • Header Injection (CRLF): Rejects any header value containing \r or \n characters to block CRLF injection chains that could be used to exfiltrate cloud metadata (IMDS). Behavior change: headers with CR/LF now throw "Invalid character in header content". (#10660)

  • SSRF via no_proxy Bypass: Introduces a shouldBypassProxy helper that normalises hostnames (strips trailing dots, handles bracketed IPv6) before evaluating no_proxy/NO_PROXY rules, closing a gap that could cause loopback or internal hosts to be inadvertently proxied. (#10661)

🚀 New Features

  • Deno & Bun Runtime Support: Added full smoke test suites for Deno and Bun, with CI workflows that run both runtimes before any release is cut. (#10652)

🐛 Bug Fixes

  • Node.js v22 Compatibility: Replaced deprecated url.parse() calls with the WHATWG URL/URLSearchParams API across examples, sandbox, and tests, eliminating DEP0169 deprecation warnings on Node.js v22+. (#10625)

🔧 Maintenance & Chores

  • CI Security Hardening: Added zizmor GitHub Actions security scanner; switched npm publish to OIDC Trusted Publishing (removing the long-lived NODE_AUTH_TOKEN); pinned all action references to full commit SHAs; narrowed workflow permissions to least privilege; gated the publish step behind a dedicated npm-publish environment; and blocked the sponsor-block workflow from running on forks. (#10618, #10619, #10627, #10637, #10641, #10666)

  • Docs: Clarified HTTP/2 support and the unsupported httpVersion option; added documentation for header case preservation; improved the beforeRedirect example to prevent accidental credential leakage. (#10644, #10654, #10624)

  • Dependencies: Bumped picomatch, handlebars, serialize-javascript, vite (×3), denoland/setup-deno, and 4 additional dev dependencies to latest versions. (#10564, #10565, #10567, #10568, #10572, #10574, #10663, #10664, #10665, #10669, #10670)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog


v1.14.0 — March 27, 2026

This release fixes a security vulnerability in the formidable dependency, resolves a CommonJS compatibility regression, hardens proxy and HTTP/2 handling, and modernises the build and test toolchain.

🔒 Security Fixes

  • Formidable Vulnerability: Upgraded formidable from v2 to v3 to address a reported arbitrary-file vulnerability. Updated test server and assertions to align with the v3 API. (#7533)

🐛 Bug Fixes

... (truncated)

Commits
  • 772a4e5 chore(release): prepare release 1.15.0 (#10671)
  • 4b07137 chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663)
  • 51e57b3 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664)
  • fba1a77 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665)
  • 0bf6e28 chore(deps): bump denoland/setup-deno in the github-actions group (#10669)
  • 8107157 chore(deps-dev): bump the development_dependencies group with 4 updates (#10670)
  • e66530e ci: require npm-publish environment for releases (#10666)
  • 49f23cb chore(sponsor): update sponsor block (#10668)
  • 3631854 fix: unrestricted cloud metadata exfiltration via header injection chain (#10...
  • fb3befb fix: no_proxy hostname normalization bypass leads to ssrf (#10661)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 [axios](https://github.com/axios/axios) from 1.12.2 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.2...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:production
...

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 Apr 16, 2026
@github-actions github-actions bot added the 03-integrations 03-integrations label Apr 16, 2026
@github-actions
Copy link
Copy Markdown

Latest scan for commit: b720e43 | Updated: 2026-04-16 00:14:18 UTC

Security Scan Results

Scan Metadata

  • Project: ASH
  • Scan executed: 2026-04-16T00:14:01+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 544ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 30.3s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 1.4s 0 PASSED MED (g)
checkov 0 0 0 0 0 0 4.3s 0 PASSED MED (g)
detect-secre… 0 0 0 0 0 0 782ms 0 PASSED MED (g)
grype 0 26 0 16 4 0 35.1s 42 FAILED MED (g)
npm-audit 0 0 0 0 0 0 976ms 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 3.0s 0 PASSED MED (g)

Detailed Findings

Show 42 actionable findings

Finding 1: GHSA-mw96-cpmx-2vgc-rollup

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-mw96-cpmx-2vgc-rollup
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: rollup, version 2.79.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 2: GHSA-4v9v-hfq4-rm2v-webpack-dev-server

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-4v9v-hfq4-rm2v-webpack-dev-server
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: webpack-dev-server, version 4.15.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 3: GHSA-7fh5-64p2-3v2j-postcss

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-7fh5-64p2-3v2j-postcss
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: postcss, version 7.0.39 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 4: GHSA-rp65-9cf3-cjxr-nth-check

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-rp65-9cf3-cjxr-nth-check
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: nth-check, version 1.0.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 5: GHSA-87r5-mp6g-5w5j-jsonpath

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-87r5-mp6g-5w5j-jsonpath
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: jsonpath, version 1.1.1 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 6: GHSA-3v7f-55p6-f55p-picomatch

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-3v7f-55p6-f55p-picomatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: picomatch, version 2.3.1 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 7: GHSA-9jgg-88mc-972h-webpack-dev-server

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-9jgg-88mc-972h-webpack-dev-server
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: webpack-dev-server, version 4.15.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 8: GHSA-r5fr-rjxr-66jc-lodash

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-r5fr-rjxr-66jc-lodash
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: lodash, version 4.17.21 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 9: GHSA-xpqw-6gx7-v673-svgo

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-xpqw-6gx7-v673-svgo
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: svgo, version 2.8.0 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 10: GHSA-c2c7-rcm5-vvqj-picomatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-c2c7-rcm5-vvqj-picomatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: picomatch, version 2.3.1 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 11: GHSA-f23m-r3pf-42rh-lodash

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-f23m-r3pf-42rh-lodash
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: lodash, version 4.17.21 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 12: GHSA-6c59-mwgh-r2x6-jsonpath

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-6c59-mwgh-r2x6-jsonpath
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: jsonpath, version 1.1.1 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 13: GHSA-5m6q-g25r-mvwx-node-forge

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-5m6q-g25r-mvwx-node-forge
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: node-forge, version 1.3.3 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


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

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-37ch-88jc-xwx2-path-to-regexp
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: path-to-regexp, version 0.1.12 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 15: GHSA-rf6f-7fwh-wjgh-flatted

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-rf6f-7fwh-wjgh-flatted
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: flatted, version 3.3.3 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 16: GHSA-f886-m6hf-6m8v-brace-expansion

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-f886-m6hf-6m8v-brace-expansion
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: brace-expansion, version 1.1.12 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 17: GHSA-f886-m6hf-6m8v-brace-expansion

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-f886-m6hf-6m8v-brace-expansion
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: brace-expansion, version 2.0.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 18: GHSA-5j98-mcp5-4vw2-glob

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-5j98-mcp5-4vw2-glob
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: glob, version 10.4.5 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-6rw7-vpxm-498p-qs
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: qs, version 6.13.0 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 20: GHSA-qj8w-gfj5-8c6v-serialize-javascript

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-qj8w-gfj5-8c6v-serialize-javascript
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: serialize-javascript, version 4.0.0 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 21: GHSA-qj8w-gfj5-8c6v-serialize-javascript

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-qj8w-gfj5-8c6v-serialize-javascript
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: serialize-javascript, version 6.0.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 22: GHSA-48c2-rrv3-qjmp-yaml

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-48c2-rrv3-qjmp-yaml
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: yaml, version 1.10.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 23: GHSA-q67f-28xg-22rw-node-forge

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-q67f-28xg-22rw-node-forge
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: node-forge, version 1.3.3 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 24: GHSA-7r86-cg39-jmmj-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-7r86-cg39-jmmj-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 3.1.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 25: GHSA-7r86-cg39-jmmj-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-7r86-cg39-jmmj-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 5.1.6 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 26: GHSA-7r86-cg39-jmmj-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-7r86-cg39-jmmj-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 9.0.5 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 27: GHSA-3ppc-4f35-3m26-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-3ppc-4f35-3m26-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 3.1.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 28: GHSA-3ppc-4f35-3m26-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-3ppc-4f35-3m26-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 5.1.6 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 29: GHSA-3ppc-4f35-3m26-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-3ppc-4f35-3m26-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 9.0.5 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 30: GHSA-23c5-xmqv-rm74-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-23c5-xmqv-rm74-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 3.1.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 31: GHSA-23c5-xmqv-rm74-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-23c5-xmqv-rm74-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 5.1.6 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 32: GHSA-23c5-xmqv-rm74-minimatch

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-23c5-xmqv-rm74-minimatch
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: minimatch, version 9.0.5 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 33: GHSA-xxjr-mmjv-4gpg-lodash

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-xxjr-mmjv-4gpg-lodash
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: lodash, version 4.17.21 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 34: GHSA-qpx9-hpmf-5gmw-underscore

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-qpx9-hpmf-5gmw-underscore
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: underscore, version 1.12.1 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 35: GHSA-2328-f5f3-gj25-node-forge

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-2328-f5f3-gj25-node-forge
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: node-forge, version 1.3.3 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 36: GHSA-ppp5-5v6c-4jwp-node-forge

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-ppp5-5v6c-4jwp-node-forge
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: node-forge, version 1.3.3 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 37: GHSA-25h7-pfq9-p65f-flatted

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-25h7-pfq9-p65f-flatted
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: flatted, version 3.3.3 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 38: GHSA-2g4f-4pwh-qvx6-ajv

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-2g4f-4pwh-qvx6-ajv
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: ajv, version 6.12.6 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 39: GHSA-2g4f-4pwh-qvx6-ajv

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-2g4f-4pwh-qvx6-ajv
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: ajv, version 8.17.1 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 40: GHSA-5c6j-r48x-rmvq-serialize-javascript

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-5c6j-r48x-rmvq-serialize-javascript
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: serialize-javascript, version 4.0.0 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 41: GHSA-5c6j-r48x-rmvq-serialize-javascript

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-5c6j-r48x-rmvq-serialize-javascript
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A high vulnerability in npm package: serialize-javascript, version 6.0.2 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Finding 42: GHSA-r4q5-vmmm-2653-follow-redirects

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-r4q5-vmmm-2653-follow-redirects
  • Location: 03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json:1

Description:
A medium vulnerability in npm package: follow-redirects, version 1.15.11 was found at: /03-integrations/observability-fullstack-examples/agentic-sales-analyst/client/package-lock.json


Report generated by Automated Security Helper (ASH) at 2026-04-16T00:13:55+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 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