-
Notifications
You must be signed in to change notification settings - Fork 499
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
[INTERNAL] Samples: Fixes upgrades to latest versions (vulnerabilities) and also warnings #4693
[INTERNAL] Samples: Fixes upgrades to latest versions (vulnerabilities) and also warnings #4693
Conversation
I'm not sure if we want to use It might be better to just update them to the latest now, and have a process to check for updates regularly? Ideally if these are building as part of CI, component governance would tell us about packages with vulnerabilities and we could update that way? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking only on the BOM changes. Other than that, just curious, and a note that we should eventually update to .NET 8.0 as well.
...mples/Usage/CFPullModelAllVersionsAndDeletesMode/CFPullModelAllVersionsAndDeletesMode.csproj
Show resolved
Hide resolved
Microsoft.Azure.Cosmos.Samples/Usage/PowerShellRestApi/PowerShellRestApi.csproj
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos.Samples/Usage/ReEncryption/ReEncryption.csproj
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos.Samples/Usage/ReEncryption/ReEncryption.csproj
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos.Samples/Usage/ApplicationInsights/ApplicationInsights.csproj
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj
Outdated
Show resolved
Hide resolved
…Extensions.Configuration.FileExtension
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great - thanks!
[INTERNAL] Samples: Fixes upgrades to latest versions (vulnerabilities) and also warnings
For Cosmos pinned to latest versions
Newtonsoft.Json and System.Text.Json: updated to patched versions
Microsoft.NET.Sdk.Functions: Upgraded to latest
Removed transitive dependencies: Configuration and Configuration.FileExtensions
ChangeFeed project: Its a migration project which has V2 CFP project reference which has vulnerabile dependencies, which are now pinned explicitly to patched version
Ref: #4674