Skip to content

Commit 7b9af01

Browse files
Priyanshu AgrawalCopilotclaude
authored andcommitted
Fix Dependabot security vulnerability in follow-redirects
- Added follow-redirects 1.16.0 override in package.json - Addresses alert #170: follow-redirects leaks custom auth headers to cross-domain redirect targets (medium severity) - Updated from 1.15.11 to 1.16.0 across axios and http-proxy chains Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-Authored-By: Claude Opus 4.6 (1M context)(Internal only) <noreply@anthropic.com>
1 parent a468de5 commit 7b9af01

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,6 +1886,7 @@
18861886
"picomatch@2": "^2.3.2",
18871887
"picomatch@4": "^4.0.4",
18881888
"flatted": "^3.4.2",
1889-
"defu": "^6.1.5"
1889+
"defu": "^6.1.5",
1890+
"follow-redirects": "1.16.0"
18901891
}
18911892
}

0 commit comments

Comments
 (0)