fix: Update kiota dependencies to resolve credential leak vulnerability (GHSA-396q-4vc8-28x9) - #574
Merged
Merged
Conversation
…ty (GHSA-396q-4vc8-28x9) Update @microsoft/kiota-bundle and @microsoft/kiota-authentication-azure from ^1.0.0-preview.82 to ^1.0.0-preview.102 to resolve a security vulnerability in @microsoft/kiota-http-fetchlibrary where the RedirectHandler's defaultScrubSensitiveHeaders callback failed to strip Authorization and Cookie headers on cross-origin redirects due to a case-sensitivity mismatch. Also updates @azure/core-auth (^1.9.0 -> ^1.10.1) and tslib (^2.6.2 -> ^2.8.1). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
peombwa
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates all outdated npm dependencies to their latest versions to resolve security vulnerability GHSA-396q-4vc8-28x9.
Changes
@microsoft/kiota-bundle^1.0.0-preview.82^1.0.0-preview.102@microsoft/kiota-authentication-azure^1.0.0-preview.82^1.0.0-preview.102@azure/core-auth^1.9.0^1.10.1tslib^2.6.2^2.8.1Security Fix
The
RedirectHandler'sdefaultScrubSensitiveHeadersin@microsoft/kiota-http-fetchlibrary(transitive dep viakiota-bundle) used case-sensitive property deletion on lower-cased header keys, causing Authorization and Cookie headers to leak on cross-origin redirects. Fixed in1.0.0-preview.102.Closes #573