in reply to Is 5.005_03 still safe?

Keep in mind that 5.005_03 will be vulnerable to Algorithmic Complexity Attacks. If your script uses outside input for hash keys, for instance, you could run into issues.

For more info, see hash collision DOS and Hash Clash on purpose.


Mike