Skip to content

Commit

Permalink
don't fail on warnings, ignore other low risk
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jun 24, 2024
1 parent 2b35836 commit 2d47ee5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/zaproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:
uses: zaproxy/[email protected]
with:
target: 'http://localhost'
rules_file_name: '.zap/rules.tsv'
rules_file_name: '.zap/rules.tsv'
cmd_options: '-I'
allow_issue_writing: 'false'
3 changes: 3 additions & 0 deletions .zap/rules.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
10049 IGNORE Non-Storable Content Informational
10112 IGNORE Session Management Response Identified Informational
10049 IGNORE Storable and Cacheable Content Informational
10009 IGNORE In Page Banner Information Leak Low
10036 IGNORE "Server Leaks Version Information via ""Server"" HTTP Response Header Field" Low
10110 IGNORE Dangerous JS Functions Low

0 comments on commit 2d47ee5

Please sign in to comment.