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
hardening(identity): reject crit array with non-string elements per RFC 7515
RFC 7515 §4.1.11 requires crit array entries to be strings. The previous
shape check accepted arrays like [42] or [42, "valid"] because it only
guarded against non-list and empty-list shapes. Node-commerce already
rejects these with malformed_jws; Python now matches.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments