|
|
|
|
|
by lostmsu
243 days ago
|
|
There's a huge footgun in that article that has broader impact: > but it gets worse. since the workflow was checking out our PR code, we could replace the OWNERS file with a symbolic link to ANY file on the runner. like, say, the github actions credentials file So git allows committing soft links. So the issue above could affect almost any workflow. |
|