Infosec.Pub

4,624 readers
133 users here now

To support infosec.pub, please consider donating through one of the following services:

Paypal: jerry@infosec.exchange

Ko-Fi: https://ko-fi.com/infosecexchange

Patreon: https://www.patreon.com/infosecexchange

founded 2 years ago
ADMINS
1
5
submitted 2 years ago* (last edited 2 years ago) by morgen to c/golang@programming.dev
 
 

cross-posted from: https://infosec.pub/post/244512

This is a linter I wrote for Go that ensures all slice and array bound accesses are validated. Right now, it ensures that all accesses are enclosed within an if-statement that calls cap or len.

Any and all contributions and feature requests are welcome.

2
3
submitted 2 years ago* (last edited 2 years ago) by morgen to c/golang@lemmy.ml
 
 

This is a linter I wrote for Go that ensures all slice and array bound accesses are validated. Right now, it ensures that all accesses are enclosed within an if-statement that calls cap or len.

Any and all contributions and feature requests are welcome.

view more: next ›