Filippo Valsorda

Results 111 issues of Filippo Valsorda

https://blog.trailofbits.com/2025/06/17/unexpected-security-footguns-in-gos-parsers/ reports that they found a number of mistakes like ``` type User struct { Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` IsAdmin bool `json:"-,omitempty"` } ``` and ``` type User...

new-check