Skip to content

Commit

Permalink
Fix typo in Java source code disclosure rule ID and get rules from "d…
Browse files Browse the repository at this point in the history
…evelop" branch

[ci skip]
  • Loading branch information
bkimminich committed May 3, 2020
1 parent 2bfc3b2 commit 6dd78ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zap_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v2
with:
ref: master
ref: develop
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .zap/rules.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
10096 IGNORE (Timestamp Disclosure - Unix)
10015 IGNORE (Incomplete or No Cache-control and Pragma HTTP Header Set)
10038 IGNORE (Content Security Policy (CSP) Header Not Set)
10999 IGNORE (Source Code Disclosure - Java)
10099 IGNORE (Source Code Disclosure - Java)
10027 IGNORE (Information Disclosure - Suspicious Comments)
10094 IGNORE (Base64 Disclosure)
10063 IGNORE (Feature Policy Header Not Set)
Expand Down

0 comments on commit 6dd78ba

Please sign in to comment.