(no title)
omegalulw | 3 years ago
Confused here. Where were input validation checks in your implementation? How did you guard against SQL injection, etc?
omegalulw | 3 years ago
Confused here. Where were input validation checks in your implementation? How did you guard against SQL injection, etc?
Winsaucerer|3 years ago
And if you're using, for example, Go's templating library, then it automatically escapes everything in HTML templates unless you explicitly override this default behaviour.
paulryanrogers|3 years ago
thow232329|3 years ago