-
Notifications
You must be signed in to change notification settings - Fork 0
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 file.csproj #128
base: master
Are you sure you want to change the base?
Update file.csproj #128
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,21 @@ | |
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.3" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.3" /> | ||
<PackageReference Include="Serilog" Version="2.10.0" /> | ||
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" /> | ||
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" /> | ||
<PackageReference Include="FluentValidation" Version="11.2.2" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
<PackageReference Include="Moq" Version="4.20.69" /> | ||
<PackageReference Include="System.Net.Http" Version="4.3.4" /> | ||
<PackageReference Include="Dapper" Version="1.50.5" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.12" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
<PackageReference Include="Polly" Version="7.2.0" /> | ||
<PackageReference Include="AutoMapper" Version="10.0.0" /> | ||
<PackageReference Include="FluentAssertions" Version="6.7.0" /> | ||
<PackageReference Include="Marten" Version="5.10.1" /> | ||
<PackageReference Include="System.Net.Http" Version="4.3.0" /> | ||
|
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.
Vulnerability ID: CVE-2024-0056
Check Name: dotnet: Information Disclosure: MD.SqlClient(MDS) & System.data.SQLClient (SDS)
Severity: HIGH
Fixed Version: 4.8.6
Reachable Path(s) Found: No
Description: Microsoft.Data.SqlClient and System.Data.SqlClient SQL Data Provider Security Feature Bypass Vulnerability
(This package is used under: [email protected]>[email protected])
[This comment was created by Aqua Pipeline]
Read more at https://avd.aquasec.com/nvd/cve-2024-0056