Skip to content

Commit

Permalink
Merge pull request #6 from testifysec/test-cache
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
colek42 authored Dec 9, 2024
2 parents 8e19e7b + 615f9f8 commit 0c12f02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,5 @@ jobs:
id: branch_info
run: echo "branch=${{ github.head_ref || github.ref }}" >> $GITHUB_ENV

- name: Vulnerable Step
if: github.event_name == 'pull_request_target'
run: |
branch="${branch}"
# Attacker's malicious branch name will be substituted here,
# resulting in execution of `evil.sh` via curl|bash
git checkout $branch
- name: Run Program
run: python src/main.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## README
## README - test

### Overview

Expand Down

0 comments on commit 0c12f02

Please sign in to comment.