Skip to content

Commit

Permalink
PI-2420 Attempt to fix false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Aug 9, 2024
1 parent 1780cef commit f6917c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .zap/autorun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ env:
progressToStdout: true

jobs:
- type: alertFilter
alertFilters:
# PII Disclosure - https://www.zaproxy.org/docs/alerts/10062/
# Script tag "nonce" attribute can be mistaken for a credit card number
- ruleId: 10062
newRisk: "Info"
- type: spider
parameters:
context: "HMPPSAuth"
Expand All @@ -54,10 +60,6 @@ jobs:
type: "standalone"
engine: ""
name: "traverse.js"
- type: alertFilter
alertFilters:
- ruleId: 10062 # PII Disclosure - https://www.zaproxy.org/docs/alerts/10062/
newRisk: False Positive # Script tag "nonce" attribute can be mistaken for a credit card number
- type: activeScan
parameters:
context: "HMPPSAuth"
Expand Down

0 comments on commit f6917c2

Please sign in to comment.