Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npoctaswampy authored Jul 8, 2020
1 parent f576f26 commit cd55fb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ authentikat-jwt
===============

![Build Status](https://travis-ci.org/jasongoodwin/authentikat-jwt.svg?branch=master)
![Current Version](https://img.shields.io/badge/version-0.4.5-brightgreen.svg?style=flat "0.4.5")
![Current Version](https://img.shields.io/badge/version-0.4.6-brightgreen.svg?style=flat "0.4.6")
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)
[![Known Vulnerabilities](https://snyk.io/test/github/benjaminjacobberg/authentikat-jwt/badge.svg?targetFile=build.sbt)](https://snyk.io/test/github/benjaminjacobberg/authentikat-jwt?targetFile=build.sbt)
[![Join the chat at https://gitter.im/jasongoodwin/authentikat-jwt](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jasongoodwin/authentikat-jwt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand All @@ -13,9 +13,9 @@ Summary
A simple claims based JWT implementation for Scala.
JWT - pronounced 'jot' - is a claims-based authentication standard.

0.4.5
0.4.6
=====
Please update to 0.4.5 as soon as possible. Previous versions may be vulnerable to injection in cases where user controls values in the claims.
Please update to 0.4.6 as soon as possible. Previous versions may be vulnerable to injection in cases where user controls values in the claims.

1.0.0 Milestone Status
======================
Expand Down Expand Up @@ -219,4 +219,4 @@ Or create a test with a known correct JWT :)
Licensing
=========

See attached [LICENSE](LICENSE) file. Apache2 licenced.
See attached [LICENSE](LICENSE) file. Apache2 licenced.

0 comments on commit cd55fb5

Please sign in to comment.