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

Bump projects to .NET 8 and package references to latest available #189

Merged
merged 6 commits into from
Jul 12, 2024

Conversation

carlossanlop
Copy link
Contributor

I was using runfo to download an ios payload and found a TarReader issue dotnet/runtime#103734 . At first I thought the bug was in .NET 7 (the TFM of runfo.csproj) so I cloned the repo, updated it to .NET 8, but the issue was still there.

Anyway, I noticed the project has a bunch of out-of-support TFMs and some packages with vulnerabilities so I decided to update them all.

runfo\DevOps.Util\DevOps.Util.csproj : warning NU1903: Package 'Newtonsoft.Json' 11.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-5crp-9r3c-p9vr [runfo\runfo.sln]
runfo\DevOps.Util.DotNet\DevOps.Util.DotNet.csproj : warning NU1902: Package 'Azure.Storage.Queues' 12.4.2 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-64x4-9hc6-r2h6 [runfo\runfo.sln]
runfo\DevOps.Status\DevOps.Status.csproj : warning NU1903: Package 'Azure.Identity' 1.8.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-5mfx-4wcx-rv27 [runfo\runfo.sln]
runfo\DevOps.Status\DevOps.Status.csproj : warning NU1902: Package 'Azure.Identity' 1.8.2 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-m5vv-6r4h-3vj9 [runfo\runfo.sln]
runfo\DevOps.Status\DevOps.Status.csproj : warning NU1902: Package 'Azure.Identity' 1.8.2 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-wvxc-855f-jvrv [runfo\runfo.sln]
runfo\scratch\scratch.csproj : warning NU1903: Package 'Azure.Identity' 1.4.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-5mfx-4wcx-rv27 [runfo\runfo.sln]
runfo\scratch\scratch.csproj : warning NU1902: Package 'Azure.Identity' 1.4.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-m5vv-6r4h-3vj9 [runfo\runfo.sln]
runfo\scratch\scratch.csproj : warning NU1902: Package 'Azure.Identity' 1.4.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-wvxc-855f-jvrv [runfo\runfo.sln]

@jaredpar

@jaredpar jaredpar merged commit 9d0105d into jaredpar:main Jul 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants