Forgetting proper validation is common mistake and repeatedly cause vulnerability.
It is very hard to detect statically. But anyway I leave memo here. Perhaps I can come up with good idea later.
Real world examples
- decompressing data without validation
- path traversal
Inputs that needs validation
Forgetting proper validation is common mistake and repeatedly cause vulnerability.
It is very hard to detect statically. But anyway I leave memo here. Perhaps I can come up with good idea later.
Real world examples
Inputs that needs validation
(*gin.Context).Query()