Skip to content

Commit

Permalink
dotnet list package --vulnerable uses AuditSources
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigusu-Allehu authored Feb 7, 2025
1 parent 3b05c5f commit c73fb63
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c73fb63

Please sign in to comment.