Incorrect and duplicate versions detected of a component in the same project file when using central package management (NuGet) #970
Labels
detector:nuget
The NuGet detector
status:waiting-on-response
Waiting on a response/more information from the user
type:bug
Bug fix of existing functionality
I'm using Central Package Management to manage my NuGet versions centrally, and also pin subdependencies to higher versions, for instance to mitigate vulnerable transitive dependencies.
I pinned
System.IdentityModel.Tokens.Jwt
because it had a vulnerability, which is used byMicrosoft.IdentityModel.Protocols.OpenIdConnect
, which is used byMicrosoft.Data.SqlClient
, which is used byMicrosoft.EntityFrameworkCore.SqlServer
which I directly reference.I'm using the
sbom-tool
to generate my SBOM, and the scan manifest shows:Interestingly, in a different project in the same solution the dependency version is correctly detected, but the project mentioned above also shows up here:
AB#2139506
The text was updated successfully, but these errors were encountered: