File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/Sentry.AspNetCore.TestUtils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.1.22" />
3737 <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.1.1" />
3838
39- <!-- This is needed because the version that is brought in transitively also has a vulnerability warning -->
40- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Core" Version =" 2.1.25 " />
39+ <!-- https://github.com/advisories/GHSA-5rrx-jjjq-q2r5 -->
40+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Core" Version =" 2.3.6 " />
4141 <!-- https://github.com/advisories/GHSA-vmch-3w2x-vhgq -->
4242 <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets" Version =" 2.1.40" />
4343
You can’t perform that action at this time.
0 commit comments