¡@

Home 

php Programming Glossary: susceptible

How can I use PHP's various XML libraries to get DOM-like functionality and avoid DoS vulnerabilities, like Billion Laughs or Quadratic Blowup?

http://stackoverflow.com/questions/10212752/how-can-i-use-phps-various-xml-libraries-to-get-dom-like-functionality-and-avoi

5.3 built in libraries but I want to make sure I'm not susceptible to these. I found I can eliminate LFI with libxml_disable_entity_loader..

Best method to prevent gaming with anonymous voting

http://stackoverflow.com/questions/3968328/best-method-to-prevent-gaming-with-anonymous-voting

thoughts have been Drop a cookie once the vote is complete susceptible to multi browser gaming Log IP address per vote this will fail..

PHPExcel runs out of 256, 512 and also 1024MB of RAM

http://stackoverflow.com/questions/4817651/phpexcel-runs-out-of-256-512-and-also-1024mb-of-ram

holds an in memory representation of a spreadsheet and is susceptible to PHP memory limitations. The physical size of the file is..

Minifying final HTML output using regular expressions with CodeIgniter

http://stackoverflow.com/questions/5312349/minifying-final-html-output-using-regular-expressions-with-codeigniter

note this same alternation group i.e. ^ textarea pre b is susceptible to excessive PCRE recursion on large target strings which can.. The Win32 build of Apache httpd.exe is particularly susceptible to this because it has only 256KB stack compared to the nix..

Accessing dates in PHP beyond 2038

http://stackoverflow.com/questions/5319710/accessing-dates-in-php-beyond-2038

the time components independently. Thus it is not susceptible to the 2038 limitation unless you use getTimestamp . share..

Are mysql_real_escape_string() and mysql_escape_string() sufficient for app security?

http://stackoverflow.com/questions/5414731/are-mysql-real-escape-string-and-mysql-escape-string-sufficient-for-app-secu

injection Yes Mysql_Escape_String probably STILL keeps you susceptible to SQL injections depending on where you use PHP variables in..

md5 hashing using password as salt?

http://stackoverflow.com/questions/5482437/md5-hashing-using-password-as-salt

tables are not as effective anymore you can still be susceptible if the attacker knows your salt value. The attacker can calculate..

Alternative to SSL - “Manual” Encryption?

http://stackoverflow.com/questions/6658557/alternative-to-ssl-manual-encryption

able to decrypt it. 4 Once you mastered that you are still susceptible to more involved forms of attacks such as replay attacks man..

is there a way to reverse a hash without rainbow tables? [duplicate]

http://stackoverflow.com/questions/7523625/is-there-a-way-to-reverse-a-hash-without-rainbow-tables

concern if you just do hash pass salt . It's not susceptible to precomputed rainbow tables but it is susceptible to brute.. not susceptible to precomputed rainbow tables but it is susceptible to brute forcing. The reason is that cryptographic hash functions..