php Programming Glossary: crafted
Test if a string is regex http://stackoverflow.com/questions/10778318/test-if-a-string-is-regex engine before and it might be possible to create specially crafted long regexes which require lots of cpu memory to compile execute...
Implementing a “configurable” joining system, safely http://stackoverflow.com/questions/10925263/implementing-a-configurable-joining-system-safely str_replace function or MySQL's handling of specially crafted strings within a quoted identifier . It is far better if at..
Security threats with uploads http://stackoverflow.com/questions/11061355/security-threats-with-uploads if there's a vulnerability in that process a maliciously crafted file may exploit it which may lead to security breaches the..
How would you transform a pre-existing web app into a multilingual one? http://stackoverflow.com/questions/156911/how-would-you-transform-a-pre-existing-web-app-into-a-multilingual-one to handle several languages. The thing runs with a hand crafted PHP code but it's pretty clean. I was wondering what would be..
PHP Access Control System http://stackoverflow.com/questions/228672/php-access-control-system get a huge list of items the user is allowed to access. I crafted custom solution to this problem using Business Delegate pattern...
Historical security flaws of popular PHP CMS's? http://stackoverflow.com/questions/2951917/historical-security-flaws-of-popular-php-cmss form a SQL query using direct user input. If this input is crafted like needed a user can do exactly what he want. How to prevent..
Help Using RegexIterator in PHP http://stackoverflow.com/questions/3321547/help-using-regexiterator-in-php by making sure that folder names do match the specially crafted regex and accepting only PHP and HTML files. directory new RecursiveDirectoryIterator..
Php & Sql Injection - UTF8 POC http://stackoverflow.com/questions/5139127/php-sql-injection-utf8-poc introduced your code may be vulnerable under specific well crafted conditions. If you're stuck on PHP 5.1 please ensure that you..
Alternative to SSL - “Manual” Encryption? http://stackoverflow.com/questions/6658557/alternative-to-ssl-manual-encryption
Store all data changes with every details (like Stackoverflow) [closed] http://stackoverflow.com/questions/9852703/store-all-data-changes-with-every-details-like-stackoverflow two ways to do this. Both can work fully transparent when crafted into an abstract data layer model. By the way there is an implementation..
|