-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet list package –vulnerable no longer working with --include-transitive #45037
Comments
Have the same issue, with sdk pinned to 9.0.100 in global.json Works: Stacktrace of running with
|
Since the update to dotnet SDK 9, searching for vulnerabilities no longer works with the --include-transitive flag.
The following command works:
dotnet list package --vulnerable
The following command has not been working since the update:
dotnet list package --include-transitive --vulnerable
error: '' is not a valid version string.
Reproduction steps:
Further technical details
The text was updated successfully, but these errors were encountered: