sigstore / sigstore-js

Code-signing for npm packages
Apache License 2.0
157 stars 23 forks source link

Add more robust handling of generated certs in mock server #1304

Closed segiddins closed 4 days ago

segiddins commented 1 month ago

Summary

Adds support for CSRs in mock server, also correctly translates GH Actions claims to x509 extensions.

Release Note

Documentation

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 1b1d39eecf5de9510cb3528d9414ad8bca1861df

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

bdehamer commented 4 days ago

Closing this in favor of:

Thanks @segiddins for the contributions!