Skip to content

Commit c21acc6

Browse files
authored
docs(upload): Include file removal in the security note
1 parent ccf5b6a commit c21acc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_contentTemplates/upload/notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#server-security-note
22

3-
>warning File upload controllers can create application vulnerabilities. Learn about all possible security risks and how to avoid them. Do not trust any part of the upload request and implement server-side validation.
3+
>warning File upload and remove controllers can create application vulnerabilities. Learn about all possible security risks and how to avoid them. Do not trust any part of the upload or remove request and implement server-side validation.
44
>
55
* [ASP.NET Core Secuirty Considerations](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/file-uploads?view=aspnetcore-6.0#security-considerations)
66
* [File Upload Security Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/File_Upload_Cheat_Sheet.html)

0 commit comments

Comments
 (0)