Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions xml/System/Uri.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ The following code snippet shows example values of the various properties on the
<altmember cref="M:System.Uri.IsWellFormedOriginalString" />
<altmember cref="T:System.UriBuilder" />
<related type="Article" href="/dotnet/framework/network-programming/international-resource-identifier-support-in-system-uri">International Resource Identifier Support in System.Uri</related>
<related type="ExternalDocumentation" href="https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.Uri/docs/System.Uri%20Threat%20Model.md">System.Uri threat model</related>
<related type="ExternalDocumentation" href="https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.Uri/docs/System.UriBuilder%20Threat%20Model.md">System.UriBuilder threat model</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
7 changes: 7 additions & 0 deletions xml/System/UriBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,16 @@

The <xref:System.UriBuilder> properties provide read/write access to the read-only <xref:System.Uri> properties so that they can be modified.

For more details about the design and security considerations of <xref:System.Uri> and <xref:System.UriBuilder>, review the following threat model documents:

- [System.Uri threat model](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.Uri/docs/System.Uri%20Threat%20Model.md)
- [System.UriBuilder threat model](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.Uri/docs/System.UriBuilder%20Threat%20Model.md)

]]></format>
</remarks>
<altmember cref="T:System.Uri" />
<related type="ExternalDocumentation" href="https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.Uri/docs/System.Uri%20Threat%20Model.md">System.Uri threat model</related>
<related type="ExternalDocumentation" href="https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.Uri/docs/System.UriBuilder%20Threat%20Model.md">System.UriBuilder threat model</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
Loading