You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/consume-packages/nuget-visual-studio-options.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,10 @@ Audit sources provide vulnerability data during restore without acting as packag
111
111
If no audit sources are configured, NuGet Audit uses package sources.
112
112
[Learn more about audit sources](/nuget/reference/nuget-config-file#auditsources)
113
113
114
+
> [!TIP]
115
+
> If your organization blocks access to `api.nuget.org`, ask your network administrator to allow `https://data.nuget.org/v3/index.json`.
116
+
> You can then add that endpoint as an audit source to keep NuGet Audit vulnerability checks enabled without allowing package downloads from `api.nuget.org`.
117
+
114
118

115
119
116
120
Configure an audit source by selecting the checkbox, "Use separate sources for vulnerability audit".
0 commit comments