mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
* add Xpass extension * add .gitleaks for security scanner * improve Xpass constants' description * xpass: improve ex using hash_equals
9 lines
202 B
TOML
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''',
|
|
]
|