Skip to content

Commit ec65226

Browse files
Mention audit sources are supported starting 9.0.300 for package list… (#3451)
1 parent 6006afc commit ec65226

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/concepts/Auditing-Packages.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)