You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cljwt is unaffected by the critical vulnerability reported by Auth0 since it is only capable of none and HS256 algorithms, no asymmetric ones. This is a reminder to require the DECODE function to be supplied an algorithm (or more, provided it's not a vulnerable combination).
The text was updated successfully, but these errors were encountered:
gschjetne
changed the title
The critical vulnerability in many JWT
The critical vulnerability in many JWT libraries
Apr 14, 2015
Cljwt is unaffected by the critical vulnerability reported by Auth0 since it is only capable of
none
andHS256
algorithms, no asymmetric ones. This is a reminder to require the DECODE function to be supplied an algorithm (or more, provided it's not a vulnerable combination).The text was updated successfully, but these errors were encountered: