Skip to content

chore: fix pen tests CI #7479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .zap/rules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,28 @@
# CloudFlare will block the metadata endpoint access
90034 IGNORE (Cloud Metadata Potentially Exposed - Active/release)

# Not applicable to the cloud appliaction
# Not applicable to the cloud application
10096 IGNORE (Timestamp Disclosure - Passive/release)
40039 IGNORE (Web Cache Deception)

# TODO
10063 IGNORE (Permissions Policy Header Not Set - Passive/beta)

# The applicationInsights endpoint will be removed
# CSP policies are required for Google One Tap, reCAPTCHA, and CDN resources
10055 IGNORE (CSP - Wildcard Directive)
10055 IGNORE (CSP: script-src unsafe-hashes)
10055 IGNORE (CSP: script-src unsafe-inline)
10055 IGNORE (CSP: style-src unsafe-inline)

# Experience app is rendered under the root path. No hidden files are exposed. A 404 experience page will be returned.
40035 IGNORE (Hidden File Found - Active/release)

# Auth status page requires specific headers for iframe storage access
10020 IGNORE (X-Frame-Options Header Not Set)
10021 IGNORE (X-Content-Type-Options Header Missing)
10049 IGNORE (Storable and Cacheable Content)
10038 IGNORE (Content Security Policy (CSP) Header Not Set)

# Cross-origin headers are disabled for Google One Tap iframe compatibility
90004 IGNORE (Insufficient Site Isolation Against Spectre Vulnerability)
Loading