fix(pingidentity): resolve fast-xml-parser CVEs via AWS SDK lockfile refresh - #11003
Merged
PatAKnight merged 1 commit intoSep 17, 2026
Merged
Conversation
…refresh Re-resolve legacy AWS SDK clients with yarn up -R on client-s3, client-codecommit, and client-sts. Removes vulnerable fast-xml-parser 4.4.1 and 5.7.3 lockfile lines; leaves patched 4.5.7 for Azure/GCS. Signed-off-by: Kim Tsao <ktsao@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
kim-tsao
requested review from
a team,
AndrienkoAleksandr,
JessicaJHee,
PatAKnight,
djanickova,
dzemanov and
lholmquist
as code owners
September 16, 2026 18:38
This was referenced Sep 16, 2026
Merged
PatAKnight
approved these changes
Sep 17, 2026
This was referenced Sep 17, 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
workspaces/pingidentitywithyarn up -Ron@aws-sdk/client-s3,@aws-sdk/client-codecommit, and@aws-sdk/client-sts.fast-xml-parserlockfile lines 4.4.1 and 5.7.3; leaves a single patched 4.5.7 line for Azure/GCS (^4.3.x).@backstage/*or@backstage-community/*directly.PLUGIN_DEV+RUNNERonly — not a published-plugin production dependency in this workspace.Approach
fast-xml-parserwas not a direct dependency. Main had three lockfile lines:@aws-sdk/core@3.622.0on legacy S3/CodeCommit/STS clients@aws-sdk/xml-builder@3.972.26on newer credential-provider tree@azure/core-xml,@google-cloud/storageyarn up -Ron the legacy AWS clients upgraded them to 3.1133.0 /@aws-sdk/core@3.978.0, which dropped the4.4.1pin. Newer@aws-sdk/xml-builder@3.972.40no longer depends onfast-xml-parser, so the v5 line disappeared. Azure/GCS remain on patched 4.5.7.Fully fixed
Partial leftovers
None for
fast-xml-parser.Unchanged
None for
fast-xml-parser.Hey, I just made a Pull Request!
Follow-up to #10999 — clears the remaining
fast-xml-parserDependabot alerts in the pingidentity workspace lockfile.✔️ Checklist
Signed-off-byline in the message. (more info)Made with Cursor