in reply to Re^9: Can't use an undefined value as a HASH reference
in thread Can't use an undefined value as a HASH reference
I find it quite strange how you reply to something that is not part of my postings. I did not use or cite the word untrusted anywhere in this thread. In the posting you replied to I was specifically talking about and referring to handling invalid input. And the OP did indeed have a problem with the input that was provided -> Re^4: Can't use an undefined value as a HASH reference.
So basically we're still OnTopic: The code does not handle the provided input very well and fails to properly react to it. As a solution one could choose to either be more lenient in what to accept or one could verify the input more closely and refuse to process it. Both have their merits and they have been discussed extensively now.
(Addendum: I did refer to attackers, but in this case Anonymous was accidentally both Attacker and Target.)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^11: Can't use an undefined value as a HASH reference
by BrowserUk (Patriarch) on Aug 26, 2015 at 19:25 UTC |