16 lines
357 B
TOML
16 lines
357 B
TOML
# Slack export fixtures historically embedded expired xoxe URL tokens.
|
|
# Working tree is redacted to xoxe-REDACTED; allowlist covers pre-redaction commits.
|
|
title = "slack-sieve"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
[allowlist]
|
|
description = "Test fixtures (tokens redacted going forward)"
|
|
paths = [
|
|
'''tests/fixtures/.*''',
|
|
]
|
|
regexes = [
|
|
'''xoxe-REDACTED''',
|
|
]
|