From 4d2dccc9a4541014fec054e483cc76609b97fb16 Mon Sep 17 00:00:00 2001 From: dvwright Date: Tue, 17 Jan 2017 23:21:49 -0800 Subject: [PATCH] [ci skip] Added XssWm to gin contrib (#131) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c43e398..5c1f873 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ Each author is responsible of maintaining his own code, although if you submit a + [gin-glog](https://github.com/zalando/gin-glog) - meant as drop-in replacement for Gin's default logger + [gin-gomonitor](https://github.com/zalando/gin-gomonitor) - for exposing metrics with Go-Monitor + [gin-oauth2](https://github.com/zalando/gin-oauth2) - for working with OAuth2 ++ [xss-mw](https://github.com/dvwright/xss-mw) - XssMw is a middleware designed to "auto remove XSS" from user submitted input