Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-list-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ 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 `<PackageSources>` will be used for loading vulnerability data. 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/).

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

Expand Down
Loading