Skip to content

fix(deps): patch axios, follow-redirects, fast-uri vulnerabilities#33

Merged
pchuri merged 1 commit into
mainfrom
fix/security-audit-vulnerabilities
May 10, 2026
Merged

fix(deps): patch axios, follow-redirects, fast-uri vulnerabilities#33
pchuri merged 1 commit into
mainfrom
fix/security-audit-vulnerabilities

Conversation

@pchuri
Copy link
Copy Markdown
Owner

@pchuri pchuri commented May 10, 2026

Summary

Test plan

  • npm audit --audit-level high --omit=dev reports 0 vulnerabilities
  • npm test — all 249 tests pass
  • npm run lint — clean (ran via pre-commit hook)
  • CI security job goes green on this PR

Closes #32

Resolves npm audit findings reported in #32 — axios prototype
pollution / SSRF / header injection (high), fast-uri path traversal
(high), follow-redirects auth header leak (moderate). Lockfile-only
change; existing semver ranges already accept the patched versions.

Closes #32
@pchuri pchuri self-assigned this May 10, 2026
@pchuri pchuri merged commit 066176c into main May 10, 2026
5 checks passed
@pchuri pchuri deleted the fix/security-audit-vulnerabilities branch May 10, 2026 06:28
github-actions Bot pushed a commit that referenced this pull request May 10, 2026
# [2.7.0](v2.6.0...v2.7.0) (2026-05-10)

### Bug Fixes

* **deps:** bump axios, follow-redirects, fast-uri to patched versions ([#33](#33)) ([066176c](066176c)), closes [#32](#32) [#32](#32)

### Features

* add jira install-skill command ([#31](#31)) ([a40cb0c](a40cb0c))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 2.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Security: pre-existing high/moderate vulnerabilities in transitive dependencies

1 participant