Add Security category and BadActor

checkGoreportcard
Matt Holt 9 years ago
parent d444fc97b8
commit b13a2c3e8b

@ -46,6 +46,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
- [Package Management](#package-management)
- [Resource Embedding](#resource-embedding)
- [Science and Data Analysis](#science-and-data-analysis)
- [Security](#security)
- [Serialization](#serialization)
- [Template Engines](#template-engines)
- [Testing](#testing)
@ -526,6 +527,13 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [streamtools](https://github.com/nytlabs/streamtools) - general purpose, graphical tool for dealing with streams of data.
* [vectormath](https://github.com/spate/vectormath) - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code. (currently inactive)
## Security
*Libraries that are used to help make your application more secure.*
* [BadActor](https://github.com/jaredfolkins/badactor) - An in-memory, application-driven jailer built in the spirit of fail2ban
## Serialization
*Libraries and tools for binary serialization*

Loading…
Cancel
Save