|
|
|
|
|
by jvanderbot
608 days ago
|
|
I'm genuinely curious - where does this end? I once was curious about whether I should sanitize dynamodb inputs, and was surprised to see zero guidance for or against. How about things like parsing strings for serializing to binary storage? Can everything be an injection attack? |
|
> Can everything be an injection attack?
What does this question even mean? I guess we must say "for any system accepting arbitrary input: yes". Not even sure if the "arbitrary" qualifier is necessary.