In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsAffected version of github.com/dgrijalva/jwt-go
could lead to authentication bypass vulnerability when used incorrectly. To address the issue, as of version 3.0.0
, key types are not compatible across signing methods.
Release notes: Dropped support for
[]byte
keys when using RSA signing methods. This convenience feature could contribute to security vulnerabilities involving mismatched key types with signing methods.