Skip to content

Commit

Permalink
risk cider-security-research#1 space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-cider committed Mar 15, 2022
1 parent c95be85 commit df1f533
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Risks/CICD-SEC-01-Insufficient-Flow-Control-Mechanisms.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ Establish pipeline flow control mechanisms to ensure that no single entity (huma
1. Backdoor planted in the PHP git repository. The attackers pushed malicious unreviewed code directly to the PHP main branch, ultimately resulting in a formal PHP version being spread to all PHP websites.

[https://news-web.php.net/php.internals/113981](https://news-web.php.net/php.internals/113981)

2. Bypassing auto-merge rules in Homebrew, by [RyotaK](https://twitter.com/ryotkak). An auto-merge rule used to merge insignificant changes into the main branch was susceptible to bypass, allowing adversaries to merge malicious code into the project.

[https://brew.sh/2021/04/21/security-incident-disclosure/](https://brew.sh/2021/04/21/security-incident-disclosure/)

3. Bypassing required reviews using GitHub Actions, by [Omer Gil](https://twitter.com/omer_gil). The flaw allowed leveraging GitHub Actions to bypass the required reviews mechanism and push unreviewed code to a protected branch.

[https://www.cidersecurity.io/blog/research/bypassing-required-reviews-using-github-actions/](https://www.cidersecurity.io/blog/research/bypassing-required-reviews-using-github-actions/)

0 comments on commit df1f533

Please sign in to comment.