snyk / snyk-nuget-plugin

Basic Snyk CLI plugin for .NET support.
Other
5 stars 14 forks source link

fix: [OSM-1016] Fixing broken support for `netstandardN.N` for `v2` parser #204

Closed dotkas closed 5 months ago

dotkas commented 5 months ago

Doing a dotnet restore for a project targeting just netstandard2.0 or the like, and not more specialized than that, will not produce runtime assembly versions to be used in the dependency graph generation.

We're not able to get dotnet to give us a more precise information about the specific runtime versions being used, and I suspect it is because of what you see in this matrix.

Basically that .NET cannot get more specific because netstandard really encompasses the large amount of different frameworks.

This PR

snyksec commented 5 months ago

:tada: This PR is included in version 2.4.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: