-
Notifications
You must be signed in to change notification settings - Fork 81
docs(FileSelect): Improve Validation documentation and examples #3266
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
Conversation
Hello @dimodi, Check the below option if you would like to automatically generate PR to production. The automation uses the branch for the cherry-pick, and then will delete the branch. Please, do not delete it manually.
|
_contentTemplates/upload/notes.md
Outdated
#server-security-note | ||
|
||
>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. | ||
>warning File handling, saving and deletion can create application vulnerabilities. This includes upload and remove controllers. Learn about all possible security risks and how to avoid them. Do not trust the user files or requests, and implement server-side validation. |
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.
>warning File handling, saving and deletion can create application vulnerabilities. This includes upload and remove controllers. Learn about all possible security risks and how to avoid them. Do not trust the user files or requests, and implement server-side validation. | |
>warning File handling, saving, and deletion can create application vulnerabilities. This includes uploading and removing controllers. Learn about all possible security risks and how to avoid them. Do not trust the user files or requests, and implement server-side validation. |
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.
This suggestion changes the meaning of the sentence. I made another improvement, however.
Co-authored-by: Yordan <[email protected]>
Here you are the link to your PR to production: #3268 |
No description provided.