Top "Sanitization" questions

Data sanitization to prevent code injection

Input sanitization in ReactJS

I am using ReactJS do develop a simple chat application. Could someone help me to sanitize the input . There is …

reactjs xss sanitization input-sanitization
FILTER_FLAG_STRIP_LOW vs FILTER_FLAG_STRIP_HIGH?

In reference to the filter_var function in PHP 5: I have visited its documentation at: http://php.net/manual/en/…

php filter validation sanitization
Sanitizing HTML input

I'm thinking of adding a rich text editor to allow a non-programmer to change the aspect of text. However, one …

php html sanitization
Sanitizing a Date

I am using a javascript date picker that allows the user to select a date. However, I would like to …

php sanitization input-sanitization
Angular 2 disable sanitize

I am trying to render base64 string into <img src='data:image/png;base64,${Here}'. But always when …

angular typescript sanitization angular2-template
Preventing LDAP injection

I am working on my first desktop app that queries LDAP. I'm working in C under unix and using opends, …

security ldap sanitization
Secure XSS cleaning function (updated regularly)

I've been hunting around the net now for a few days trying to figure this out but getting conflicting answers. …

php security xss filtering sanitization
When is it best to sanitize user input?

User equals untrustworthy. Never trust untrustworthy user's input. I get that. However, I am wondering when the best time to …

xss sql-injection user-input sanitization
PHP: How to sanitize uploaded filenames?

I have a PHP application. I allow users to upload files to my web application. Question: What's the best way …

php file-upload sanitization
Good way to sanitize input in classic asp

I have to update old projects at work. I do not have any experience with classic asp, although i'm familiar …

security asp-classic sanitization