Open GeneratedNickname opened 3 years ago
jwt_object::three_parts tries to read part three with negative length. Expected: Some kind of invalid_format error.
jwt_object::three_parts
Reproduction:
jwt::decode("eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJtdl9jbGFpbSI6WyJmaXJzdCIsInNlY29uZCJdfQ.", jwt::params::algorithms({alg_to_str(jwt::algorithm::NONE)}), jwt::params::verify(false));
jwt_object::three_parts
tries to read part three with negative length. Expected: Some kind of invalid_format error.Reproduction: