File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,13 @@ Note that the [V2 protocol is deprecated](../nuget-org/overview-nuget-org.md#api
7272</configuration >
7373```
7474
75- Audit sources are available from [ NuGet 6.12, .NET 9.0.100 SDK, and Visual Studio 2022 17.12] ( ../release-notes/NuGet-6.12.md ) .
76- Prior to this version, NuGet Audit will only use package sources to download vulnerability information.
77- Audit sources are not used by ` dotnet list package --vulnerable ` at this time.
75+ ** Note** : The table below lists features that support Audit Sources.
76+
77+ | Introduced In | Feature Supporting Audit Sources |
78+ | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
79+ | [ NuGet 6.12, .NET 9.0.100 SDK, and Visual Studio 2022 17.12] ( ../release-notes/NuGet-6.12.md ) | Restore |
80+ | [ NuGet 6.14, .NET 9.0.300 SDK] ( ../release-notes/NuGet-6.14.md ) | ` dotnet package list --vulnerable ` |
81+ | Not yet supported | NuGet AuditSources support in the Visual Studio Package Manager UI |
7882
7983#### Excluding advisories
8084
You can’t perform that action at this time.
0 commit comments