Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/core/tools/dotnet-list-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ The project or solution file to operate on. If not specified, the command search

- **`--vulnerable`**

Lists packages that have known vulnerabilities. Cannot be combined with `--deprecated` or `--outdated` options. Nuget.org is the source of information about vulnerabilities. For more information, see [Vulnerabilities](/nuget/api/registration-base-url-resource) and [How to Scan NuGet Packages for Security Vulnerabilities](https://devblogs.microsoft.com/nuget/how-to-scan-nuget-packages-for-security-vulnerabilities/).
Lists packages that have known vulnerabilities. Cannot be combined with `--deprecated` or `--outdated` options.
Use the `<AuditSources>` property in your configuration file to specify your source of vulnerabilities.
If `<AuditSources>` have not been specified, your specified `<PackageSources>` will be used for loading vulnerability data.
Note: The command uses [VulnerabilityInfo](/nuget/api/vulnerability-info) if you have `<AuditSources>` configured.
For more information, see [AuditSources](/nuget/concepts/auditing-packages#audit-sources) and [How to Scan NuGet Packages for Security Vulnerabilities](https://devblogs.microsoft.com/nuget/how-to-scan-nuget-packages-for-security-vulnerabilities/).

- **`--format <console|json>`**

Expand Down