1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00
Files
archived-doc-en/.gitleaks.toml
Remi Collet 8958b668b2 add Xpass extension (#4320)
* add Xpass extension

* add .gitleaks for security scanner

* improve Xpass constants' description

* xpass: improve ex using hash_equals
2024-12-18 15:48:35 +01:00

9 lines
202 B
TOML

[allowlist]
description = "Global Allowlist"
# Ignore based on any subset of the file path
paths = [
# Ignore Xpass function with examples
'''reference\/xpass\/functions\/.*\.xml''',
]