Skip to content
View khamaiestlich's full-sized avatar
  • universiter centrale
  • tunis
Block or Report

Block or report khamaiestlich

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
khamaiestlich/README.md

The Symfony binary is a must-have tool when developing Symfony applications on your local machine. It provides:

Installation

Read the installation instructions on symfony.com.

Signature Verification

Symfony binaries are signed using cosign, which is part of sigstore. Signatures can be verified as follows (OS and architecture omitted for clarity):

$ COSIGN_EXPERIMENTAL=1 cosign verify-blob --signature symfony-cli.sig symfony-cli
tlog entry verified with uuid: "2b7ca2bfb7ee09114a15d60761c2a0a8c97f07cc20c02e635a92ba137a08a6de" index: 1261963
Verified OK

The above uses the (currently experimental) keyless signing method. Alternatively, one can verify the signature by also providing the certificate:

$ cosign verify-blob --cert symfony-cli.pem --signature symfony-cli.sig symfony-cli
Verified OK

Security Issues

If you discover a security vulnerability, please follow our disclosure procedure.

Popular repositories Loading

  1. khamaiestlich khamaiestlich Public

    Config files for my GitHub profile.

    CSS

  2. docs docs Public

    Forked from github/docs

    The open-source repo for docs.github.com

    JavaScript