-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create * more seeds * add zarn to the project * add linter and fix the sast
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
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,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 |
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 |
---|---|---|
|
@@ -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 |