|
|
|
|
|
by Muromec
297 days ago
|
|
If everyone has the same parser the whole classes of bugs just stop being exploitable. The classic one being one parser at the edge validates somethhing and the further down the line sees another result which it expects tp be rejected during validation. Both parsers could be buggy, but when they have different kinds of bugs, you get a zero click undetectable exploit |
|