From 658937a053c56ecbf96f1f7c2920fc01a198440f Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Tue, 23 Jul 2019 00:53:47 +0200 Subject: [PATCH] add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd780d1..fc53ce9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Flask Session Cookie Decoder/Encoder +[![Build Status](https://img.shields.io/github/forks/noraj/flask-session-cookie-manager.svg?style=flat-square)](https://github.com/noraj/flask-session-cookie-manager) +[![Build Status](https://img.shields.io/github/stars/noraj/flask-session-cookie-manager.svg?style=flat-square)](https://github.com/noraj/flask-session-cookie-manager) +[![Rawsec's CyberSecurity Inventory](https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_flat-square.svg)](https://inventory.rawsec.ml/tools.html#Flask%20Session%20Cookie%20Decoder/Encoder) +![GitHub top language](https://img.shields.io/github/languages/top/noraj/flask-session-cookie-manager.svg?style=flat-square) + Original author : [**Wilson Sumanang**](https://github.com/saruberoz) Fixes and improvements author : [**Alexandre ZANNI**](https://github.com/noraj)