Skip to content

Commit

Permalink
;) (#14)
Browse files Browse the repository at this point in the history
* create

* more seeds

* add zarn to the project

* add linter and fix the sast
  • Loading branch information
htrgouvea authored Jan 25, 2024
1 parent 88ddd7b commit ac6c1b1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: ZARN

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '28 23 * * 1'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
git clone https://github.com/htrgouvea/zarn
sudo apt install -y perl cpanminus
cd zarn && sudo cpanm --installdeps .
- name: Hunt for findings
run: |
cd zarn && perl zarn.pl --source ../ --sarif ../zarn.sarif
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: zarn.sarif
8 changes: 7 additions & 1 deletion seeds/emails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ hil°[email protected]
victim@exámple.com
$i$gits@$ex$mple$.$c$m$
victim%[email protected]
victim%00%00%[email protected]
victim%00%00%[email protected]
jöhn.døê@gmail.com
“john.doe”@example.com
"😀"@gmail.com
" "@example.com
“@”@example.com
“\"”@example.com

0 comments on commit ac6c1b1

Please sign in to comment.