Add Security category and BadActor

This commit is contained in:
Matt Holt 2015-05-12 10:13:40 -06:00
parent d444fc97b8
commit b13a2c3e8b

View File

@ -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*