Skip to content

Commit

Permalink
fix: src/Audit.WebApi/Audit.WebApi.csproj to reduce vulnerabilities (#…
Browse files Browse the repository at this point in the history
…635)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTOWIN-1019387
- https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTOWIN-3011423

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
thepirat000 and snyk-bot authored Nov 14, 2023
1 parent 1e73b14 commit 46aa0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audit.WebApi/Audit.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.6" />
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.2.6" />
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.3.0" />
<Reference Include="System.Web" />
</ItemGroup>

Expand Down

0 comments on commit 46aa0db

Please sign in to comment.