0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.zap/rules.conf
simeng-li af2d1ebb98
fix: replace INFO with IGNORE in zap rules (#4285)
* fix: replace INFO with IGNORE

replace INFO with IGNORE

* fix: update the rules

update the rules
2023-08-10 17:19:40 +08:00

14 lines
455 B
Text

# Mark the following rules as IGNORE
# CloudFlare will block the metadata endpoint access
90034 IGNORE (Cloud Metadata Potentially Exposed - Active/release)
# Not applicable to the cloud appliaction
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
10055 IGNORE (CSP - Wildcard Directive)