Verify attestation of extension before install #567
macintoshplus
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
|
Definitely something we'd like to tackle (for all environments, not just Windows) 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you for your interest in this question. For Windows, I think it's the DLL archives that can be verified. What artifacts would be checked for systems other than Windows? ZIP or TAR.GZ archives are not verifiable, even with immutable versions. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As part of securing our software supply chain, we are integrating the PIE (PHP Installer for Extensions) tool to manage our dependencies.
To guarantee the integrity and provenance of extensions on Windows environments, we want to move beyond relying solely on the download channel and instead validate each artifact via Cosign (Sigstore).
How can we best integrate this verification before PIE installs the extension?
Beta Was this translation helpful? Give feedback.
All reactions