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

Update file.csproj #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions file.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected vulnerability in your code

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: Dapper@1.50.5->System.Data.SqlClient@4.4.0)
[This comment was created by Aqua Pipeline]

Read more at https://avd.aquasec.com/nvd/cve-2024-0056

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected vulnerability in your code

Vulnerability ID: CVE-2022-41064
Check Name: .NET Information Disclosure Vulnerability
Severity: MEDIUM
Fixed Version: 4.8.5
Reachable Path(s) Found: No
Description: .NET Framework Information Disclosure Vulnerability
(This package is used under: Dapper@1.50.5->System.Data.SqlClient@4.4.0)
[This comment was created by Aqua Pipeline]

Read more at https://avd.aquasec.com/nvd/cve-2022-41064

<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.12" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected vulnerability in your code

Vulnerability ID: CVE-2024-0056
Check Name: dotnet: Information Disclosure: MD.SqlClient(MDS) & System.data.SQLClient (SDS)
Severity: HIGH
Fixed Version: 2.1.7, 3.1.5, 4.0.5, 5.1.3
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: Microsoft.EntityFrameworkCore.SqlServer@3.1.12->Microsoft.Data.SqlClient@1.1.3)
[This comment was created by Aqua Pipeline]

Read more at https://avd.aquasec.com/nvd/cve-2024-0056

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected vulnerability in your code

Vulnerability ID: CVE-2022-41064
Check Name: .NET Information Disclosure Vulnerability
Severity: MEDIUM
Fixed Version: 1.1.4, 2.1.2
Reachable Path(s) Found: No
Description: .NET Framework Information Disclosure Vulnerability
(This package is used under: Microsoft.EntityFrameworkCore.SqlServer@3.1.12->Microsoft.Data.SqlClient@1.1.3)
[This comment was created by Aqua Pipeline]

Read more at https://avd.aquasec.com/nvd/cve-2022-41064

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected vulnerability in your code

Vulnerability ID: CVE-2024-21319
Check Name: dotnet: .NET Denial of Service Vulnerability
Severity: MEDIUM
Fixed Version: 5.7.0, 6.34.0, 7.1.2
Reachable Path(s) Found: No
Description: Microsoft Identity Denial of service vulnerability
(This package is used under: Microsoft.EntityFrameworkCore.SqlServer@3.1.12->Microsoft.Data.SqlClient@1.1.3->Microsoft.IdentityModel.JsonWebTokens@5.5.0)
[This comment was created by Aqua Pipeline]

Read more at https://avd.aquasec.com/nvd/cve-2024-21319

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Aqua detected vulnerability in your code

Vulnerability ID: CVE-2024-21319
Check Name: dotnet: .NET Denial of Service Vulnerability
Severity: MEDIUM
Fixed Version: 5.7.0, 6.34.0, 7.1.2
Reachable Path(s) Found: No
Description: Microsoft Identity Denial of service vulnerability
(This package is used under: Microsoft.EntityFrameworkCore.SqlServer@3.1.12->Microsoft.Data.SqlClient@1.1.3->Microsoft.IdentityModel.Protocols.OpenIdConnect@5.5.0->System.IdentityModel.Tokens.Jwt@5.5.0)
[This comment was created by Aqua Pipeline]

Read more at https://avd.aquasec.com/nvd/cve-2024-21319

<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" />
Expand Down
Loading