notaryproject / notation-go

A collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications.
Apache License 2.0
39 stars 42 forks source link

Error message of errExceededMaxVerificationLimit need to be updated #315

Closed Two-Hearts closed 1 year ago

Two-Hearts commented 1 year ago

The current error message is: total number of signatures associated with an artifact should be at most xxx Suggest updating to the number of signatures has surpassed the maximum limit of xxx that can be evaluated.

This is because MaxSignatureAttempts is designed to limit the number of signatures got processed by Notation, instead of limiting the number of signatures associated with the target.

Two-Hearts commented 1 year ago

This issue is fixed by PR #314. Closing it.