-
Notifications
You must be signed in to change notification settings - Fork 496
Merge main to live #3505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge main to live #3505
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
920c2a2
Add updating vulnerable packages guidance to the docs (#3493)
nkolev92 d7b9943
Remove smart quotes in Auditing-Packages.md (#3503)
nkolev92 39695e5
Add instructions on configuring the NuGet MCP server for GitHub Copil…
jeffkl 5525101
Add a general HTTPS everywhere doc (#3498)
Nigusu-Allehu a85345c
Revise NU1302 documentation with new scenarios (#3471)
Nigusu-Allehu 8936bc9
Improve the auditing documentation by making it more prescriptive (#3…
nkolev92 50cc2cd
Add solution file and project to make it easier to load docs in Visua…
jeffkl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,97 @@ | ||||||
| --- | ||||||
| title: NuGet HTTPS Everywhere | ||||||
| description: Learn why NuGet enforces HTTPS connections for package sources, what errors like NU1302 mean, and how to safely allow HTTP feeds when necessary. | ||||||
| author: Nigusu-Allehu | ||||||
| ms.author: nyenework | ||||||
| ms.date: 10/28/2025 | ||||||
| ms.topic: conceptual | ||||||
| ai-usage: ai-generated | ||||||
| --- | ||||||
|
|
||||||
| # NuGet HTTPS Everywhere | ||||||
|
|
||||||
| NuGet requires all package sources to use **HTTPS** instead of **HTTP**. | ||||||
| This enforcement protects the software supply chain by preventing tampering and interception during package restore and related operations. | ||||||
| NuGet enforces this requirement by producing an error and stopping the operation when an HTTP source is used. | ||||||
|
|
||||||
| ## Understanding the HTTP Error | ||||||
|
|
||||||
| This error occurs when one or more package sources in your configuration use an **HTTP** URL instead of **HTTPS**. | ||||||
|
|
||||||
| In earlier NuGet versions, this scenario produced a **warning** ([`NU1803`](../reference/errors-and-warnings/nu1803.md)). | ||||||
| Beginning with [**NuGet 6.12**](../release-notes/NuGet-6.12.md) and later, it now results in an **error** unless the use of HTTP sources is explicitly permitted. | ||||||
|
||||||
| Beginning with [**NuGet 6.12**](../release-notes/NuGet-6.12.md) and later, it now results in an **error** unless the use of HTTP sources is explicitly permitted. | |
| Beginning with [**NuGet 6.12**](../release-notes/NuGet-6.12.md) and later, it now results in an **error** unless the use of HTTP sources is explicitly permitted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space at the end of line 186. The period should be followed by a single space before the next sentence, not a period-space-newline-In.