Skip to content

Verifier.verify_message() publicity needs a tweak #152

@jku

Description

@jku

This is a little embarrasing but I did two unrelated fixes in the last release:

  • Add verify_message() to the Verifier implementation (_Verifier)
  • Make sure the return value from VerifierBuilder.build() is a public type, not a private one

These both work just fine on their own (I even tested them with sigstore-python separately) but you can maybe guess what is coming:

VerifierBuilder.build() now returns a type that does not seem to have verify_message() method: this means the code calling verify_message() works but linting will fail 🤦

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions