-
Notifications
You must be signed in to change notification settings - Fork 497
Mention audit sources are supported starting 9.0.300 for package list… #3451
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
Conversation
|
Learn Build status updates of commit 7787057: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 85c8c25: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the NuGet Auditing Packages documentation to clarify which features support audit sources and when they were introduced. The change removes a note stating that audit sources are not supported by dotnet list package --vulnerable and replaces it with a comprehensive table showing feature support timelines.
- Replaces outdated information about audit sources support with a structured table
- Documents that
dotnet package list --vulnerablenow supports audit sources starting from NuGet 6.14/.NET 9.0.300 SDK - Adds information about Visual Studio Package Manager UI support status
| | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | | ||
| | [NuGet 6.12, .NET 9.0.100 SDK, and Visual Studio 2022 17.12](../release-notes/NuGet-6.12.md) | Restore | | ||
| | [NuGet 6.14, .NET 9.0.300 SDK](../release-notes/NuGet-6.14.md) | `dotnet package list --vulnerable` | | ||
| | Not yet supported | NuGet AuditSources support in the Visual Studio Package Manager UI | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least for me I'd appreciate if there's a link provided to the GitHub issue that tracks this so I can follow along.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
… command
Fixes: NuGet/Home#14371