james-bw

Results 4 issues of james-bw

## What's going wrong? ``` root@myhost:~# npm install pm2 -g npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which...

Re: https://github.com/lcobucci/jwt/issues/826

Improvement

OWASP has a [list of things to improve security in JWT](https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.html#token-sidejacking). One of those things regarding token sidejacking is validating custom claims against a random fingerprint. It would be great...

If I use this library to parse text that is either RTF or plain text, and the plain text uses curly braces that are not closed, then an java.lang.IllegalStateException: Unmatched...