Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to prevent exposure to transitive vulnerabilities #578

Merged
merged 17 commits into from
Jan 9, 2025

Conversation

internalautomation[bot]
Copy link
Contributor

@internalautomation internalautomation bot commented Oct 30, 2024

Symptoms

When a project has the setting NuGetAuditMode set to all, at build time there are warnings about vulnerable transitive dependencies related to this package.

Who's affected

Users are exposed if they are using previous versions of our packages, but this doesn't necessarily mean they are vulnerable.

Root cause

NuGet 6.8 released a feature called NuGetAudit and with it the possibility to scan for vulnerabilities on a project's dependency tree. That feature allowed us to detect that some of the transitive dependencies of this package had vulnerabilities, so with this patch we are making the necessary changes to resolve those warnings.

Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Nov 29, 2024
@DavidBoike DavidBoike removed the stale label Dec 4, 2024
@tamararivera tamararivera self-assigned this Dec 23, 2024
@tamararivera tamararivera force-pushed the GitHubSync-20241030-000211 branch from 193c3a4 to 0e108c8 Compare December 24, 2024 00:25
@tamararivera tamararivera force-pushed the GitHubSync-20241030-000211 branch from ce4f583 to 001fddf Compare December 26, 2024 21:02
@tamararivera tamararivera requested a review from bording December 26, 2024 23:07
@bording bording merged commit f634c21 into release-5.2 Jan 9, 2025
3 checks passed
@bording bording deleted the GitHubSync-20241030-000211 branch January 9, 2025 23:22
@tamararivera tamararivera changed the title GitHubSync update - release-5.2 Update dependencies to prevent exposure to transitive vulnerabilities Jan 17, 2025
@tamararivera tamararivera added the bug Something isn't working label Jan 17, 2025
@tamararivera tamararivera removed their assignment Jan 21, 2025
@ngallegos ngallegos self-assigned this Jan 22, 2025
@ngallegos ngallegos added this to the 5.2.2 milestone Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants