Skip to content

Commit 8a3c23c

Browse files
authored
feat(security): add leakhound to security libraries list (#6109)
1 parent 1f92efc commit 8a3c23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,6 +2318,7 @@ _Libraries that are used to help make your application more secure._
23182318
- [goArgonPass](https://github.com/dwin/goArgonPass) - Argon2 password hash and verification designed to be compatible with existing Python and PHP implementations.
23192319
- [goSecretBoxPassword](https://github.com/dwin/goSecretBoxPassword) - A probably paranoid package for securely hashing and encrypting passwords.
23202320
- [Interpol](https://github.com/avahidi/interpol) - Rule-based data generator for fuzzing and penetration testing.
2321+
- [leakhound](https://github.com/nilpoona/leakhound) - Static analysis tool to detect accidental logging of sensitive struct fields, preventing data leaks in logs.
23212322
- [lego](https://github.com/go-acme/lego) - Pure Go ACME client library and CLI tool (for use with Let's Encrypt).
23222323
- [luks.go](https://github.com/anatol/luks.go) - Pure Golang library to manage LUKS partitions.
23232324
- [memguard](https://github.com/awnumar/memguard) - A pure Go library for handling sensitive values in memory.

0 commit comments

Comments
 (0)