Closed danbev closed 1 year ago
This commit fixes a bug in intoto:verify-envelope where an empty list would returned if there were no attestersthat matched the signature in the envelope. With this change this case will instead return Output::None.
intoto:verify-envelope
attesters
Output::None
This commit fixes a bug in
intoto:verify-envelope
where an empty list would returned if there were noattesters
that matched the signature in the envelope. With this change this case will instead returnOutput::None
.