ardalis/ApiEndpoints
Transitive dependency `Microsoft.NETCore.Platforms.3.1.4` contains vulnerabilities according
开放
#191 创建于 2023年2月9日
dependenciesenhancementgood first issuehelp wanted
仓库指标
- 星标
- (3,200 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
- NuGet Package Version: Ardalis.ApiEndpoints 4.0.1
- .NET SDK Version: 7.0.2
Ardalis.ApiEndpoints reference in the .csproj is showing the following warning wish a squiglly line under the package reference:
Transitive dependency Microsoft.NETCore.Platforms.3.1.4 contains vulnerabilities according to Checkmarx(c)
This shows under:
<PackageReference Include="Ardalis.ApiEndpoints" Version="4.0.1" />
This error appears when you have JetBrains ReSharper installed. Check this for more info: https://www.jetbrains.com/help/resharper/VulnerablePackage.html
Steps to Reproduce:
- Have ReSharper installed with Visual Studio 2022
- Open the .csproj
- You will find this:

- When you hover over the error, you will get this warning: Transitive dependency
Microsoft.NETCore.Platforms.3.1.4contains vulnerabilities according to Checkmarx(c).