Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DSSE Signature KeyID compatiblity with Sigstore signatures #362

Merged
merged 3 commits into from
Aug 24, 2024

Commits on Aug 20, 2024

  1. fix: keyid is allowed to be empty

    Using sigstore to sign some metadata, a key ID isn't part of the
    resulting date.
    
    Archivista cannot handle it on upload, getting a key id length
    error when it's blank.
    
    The DSSE specification allows key id to be blank.
    
    closes in-toto#321
    
    Signed-off-by: Kairo Araujo <kairo.araujo@testifysec.com>
    kairoaraujo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    76a7ff3 View commit details
    Browse the repository at this point in the history
  2. build: auto-generated ent

    Signed-off-by: Kairo Araujo <kairo.araujo@testifysec.com>
    kairoaraujo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    89280cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1355ca8 View commit details
    Browse the repository at this point in the history