Skip to content

Commit 3aec4d7

Browse files
authored
Update link (#17900)
1 parent 230aa08 commit 3aec4d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

aspnetcore/mvc/models/file-uploads.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to use model binding and streaming to upload files in ASP.NET C
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 02/25/2020
8+
ms.date: 04/18/2020
99
uid: mvc/models/file-uploads
1010
---
1111
# Upload files in ASP.NET Core
@@ -49,7 +49,7 @@ Security steps that reduce the likelihood of a successful attack are:
4949
>
5050
> For information on reducing the attack surface area when accepting files from users, see the following resources:
5151
>
52-
> * [Unrestricted File Upload](https://www.owasp.org/index.php/Unrestricted_File_Upload)
52+
> * [Unrestricted File Upload](https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload)
5353
> * [Azure Security: Ensure appropriate controls are in place when accepting files from users](/azure/security/azure-security-threat-modeling-tool-input-validation#controls-users)
5454
5555
For more information on implementing security measures, including examples from the sample app, see the [Validation](#validation) section.
@@ -778,7 +778,7 @@ Security steps that reduce the likelihood of a successful attack are:
778778
>
779779
> For information on reducing the attack surface area when accepting files from users, see the following resources:
780780
>
781-
> * [Unrestricted File Upload](https://www.owasp.org/index.php/Unrestricted_File_Upload)
781+
> * [Unrestricted File Upload](https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload)
782782
> * [Azure Security: Ensure appropriate controls are in place when accepting files from users](/azure/security/azure-security-threat-modeling-tool-input-validation#controls-users)
783783

784784
For more information on implementing security measures, including examples from the sample app, see the [Validation](#validation) section.
@@ -1466,6 +1466,6 @@ The examples in this topic rely upon <xref:System.IO.MemoryStream> to hold the u
14661466

14671467
## Additional resources
14681468

1469-
* [Unrestricted File Upload](https://www.owasp.org/index.php/Unrestricted_File_Upload)
1469+
* [Unrestricted File Upload](https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload)
14701470
* [Azure Security: Security Frame: Input Validation | Mitigations](/azure/security/azure-security-threat-modeling-tool-input-validation)
14711471
* [Azure Cloud Design Patterns: Valet Key pattern](/azure/architecture/patterns/valet-key)

0 commit comments

Comments
 (0)