-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from kitctf/add/github-insecure-actions-talk
Add insecure GitHub Actions talk
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: post | ||
title: "Talk: Insecure GitHub Actions" | ||
categories: learning | ||
author: intrigus | ||
--- | ||
|
||
You know GitHub Actions, these small building blocks that make your dev life easier… But they can also get you pwned in no time, if you are not careful. | ||
|
||
The talk covers: | ||
* the basic structure of a GitHub Actions workflow. | ||
* the general permission model of GitHub Actions. | ||
* insecure templating and executing user-controlled code in privileged workflows. | ||
* cache poisoning in workflows. | ||
|
||
The slides can be found [here](/talks/2023-10-26-insecure-github-actions/insecure-github-actions.pdf). The workshop was held on 2023-10-26. |
Binary file not shown.