From b13a2c3e8bc8a3d3f1c2240b51e4f2e98de6afcd Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 12 May 2015 10:13:40 -0600 Subject: [PATCH] Add Security category and BadActor --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 080076d2..272028b3 100644 --- a/README.md +++ b/README.md @@ -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*