php Programming Glossary: whitelisting
Percent Symbol in CodeIgniter URI http://stackoverflow.com/questions/1021609/percent-symbol-in-codeigniter-uri URI segments for disallowed characters. This happens by whitelisting allowed characters. Which ones are allowed can be checked in..
How to Block Disposable Email Addresses in your website's registration form? http://stackoverflow.com/questions/10976706/how-to-block-disposable-email-addresses-in-your-websites-registration-form improve this question This is tough because neither whitelisting nor blacklisting are an option. By whitelisting certain domains.. neither whitelisting nor blacklisting are an option. By whitelisting certain domains you disallow people with email domains that..
escaping column name with PDO http://stackoverflow.com/questions/13448274/escaping-column-name-with-pdo if stmt false return false . . . I show more examples of whitelisting in my presentation SQL Injection Myths and Fallacies . share..
cakephp password validation http://stackoverflow.com/questions/3760663/cakephp-password-validation password_control to be present. You need to use field whitelisting or disable validation if you don't have one in your data i.e...
Protect against SQL injection http://stackoverflow.com/questions/4749588/protect-against-sql-injection query. Use type casting to sanitize numeric parameters and whitelisting to sanitize identifiers. In the referenced PHP page there is..
PHPUnit best practices to organize tests http://stackoverflow.com/questions/8313283/phpunit-best-practices-to-organize-tests tests. It gives you a false sense of security. Always use whitelisting to include all of your production code so the numbers don't..
|