google / go-safeweb

Secure-by-default HTTP servers in Go.
Apache License 2.0
1.43k stars 81 forks source link

Move away from "ban" in favor of "restrict" in the language #303

Open kele opened 3 years ago

kele commented 3 years ago

Internally at Google we've adopted "restricted" APIs as the canonical way over alternatives ("banned", "unsafe", "unchecked").

A grep over "ban" in the repo should help with doing this. We also want to rename the backage from bancheck to something else (maybe just restrictcheck?).