Input validation for the security-minded developer
A practical look at input validation for web developers, covering numbers, text, SQL injection, CSV injection, and insecure deserialization with Go code examples.
A practical look at input validation for web developers, covering numbers, text, SQL injection, CSV injection, and insecure deserialization with Go code examples.
In this post, we’ll dive into processing CSV files with Go and its standard library.