Skip to content

GitHub Releases are vulnerable to insider risk #471

@korran

Description

@korran

When releasing a new version, a zip file is constructed containing the release and a "GitHub Release" is created for a repo (for example, see the v1.0 release).

Unfortunately, anyone with write access to the caliptra-sw or caliptra-rtl repositories can modify the released artifacts, without any additional review or audit logging. You can imagine a scenario where an insider modifies the release to add a backdoor, a vendor downloads the release to integrate in their project, and later the insider switches the binary back to the original version to hide the evidence.

Potential solutions:

  1. Delete all releases and require vendors to checkout the repo.
  2. Publish artifacts into a "caliptra-releases" git repo.
  3. Publish artifacts to our GitHub Pages site.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions