- Fixed kingfisher scan so that providing --branch without --since-commit now diffs the branch against the empty tree and scans every commit reachable from that branch.
- Added rules for meraki, duffel, finnhub, frameio, freshbooks, gitter, infracost, launchdarkly, lob, maxmind, messagebird, nytimes, prefect, salingo, sendinblue, sentry, shippo, twitch, typeform
2025-10-20 18:23:12 -07:00
|
|
|
rules:
|
|
|
|
|
- name: Twitch API Token
|
|
|
|
|
id: kingfisher.twitch.1
|
|
|
|
|
pattern: |
|
|
|
|
|
(?xi)
|
2026-03-05 20:36:27 -08:00
|
|
|
\b
|
- Fixed kingfisher scan so that providing --branch without --since-commit now diffs the branch against the empty tree and scans every commit reachable from that branch.
- Added rules for meraki, duffel, finnhub, frameio, freshbooks, gitter, infracost, launchdarkly, lob, maxmind, messagebird, nytimes, prefect, salingo, sendinblue, sentry, shippo, twitch, typeform
2025-10-20 18:23:12 -07:00
|
|
|
twitch
|
|
|
|
|
(?:.|[\n\r]){0,32}?
|
2025-11-04 13:55:31 -05:00
|
|
|
\b
|
- Fixed kingfisher scan so that providing --branch without --since-commit now diffs the branch against the empty tree and scans every commit reachable from that branch.
- Added rules for meraki, duffel, finnhub, frameio, freshbooks, gitter, infracost, launchdarkly, lob, maxmind, messagebird, nytimes, prefect, salingo, sendinblue, sentry, shippo, twitch, typeform
2025-10-20 18:23:12 -07:00
|
|
|
(
|
|
|
|
|
[a-z0-9]{30}
|
|
|
|
|
)
|
|
|
|
|
\b
|
2025-11-04 13:55:31 -05:00
|
|
|
pattern_requirements:
|
|
|
|
|
min_digits: 2
|
|
|
|
|
min_uppercase: 1
|
|
|
|
|
min_lowercase: 1
|
- Fixed kingfisher scan so that providing --branch without --since-commit now diffs the branch against the empty tree and scans every commit reachable from that branch.
- Added rules for meraki, duffel, finnhub, frameio, freshbooks, gitter, infracost, launchdarkly, lob, maxmind, messagebird, nytimes, prefect, salingo, sendinblue, sentry, shippo, twitch, typeform
2025-10-20 18:23:12 -07:00
|
|
|
min_entropy: 3.5
|
|
|
|
|
confidence: medium
|
|
|
|
|
examples:
|
2026-02-10 19:24:19 -08:00
|
|
|
- TWITCH_TOKEN=abCDefghijklmnopqrstuvwx123456
|
|
|
|
|
- "twitch_api_token: '0123456789ABcdefghijklmnopqrst'"
|
- Fixed kingfisher scan so that providing --branch without --since-commit now diffs the branch against the empty tree and scans every commit reachable from that branch.
- Added rules for meraki, duffel, finnhub, frameio, freshbooks, gitter, infracost, launchdarkly, lob, maxmind, messagebird, nytimes, prefect, salingo, sendinblue, sentry, shippo, twitch, typeform
2025-10-20 18:23:12 -07:00
|
|
|
references:
|
|
|
|
|
- https://dev.twitch.tv/docs/authentication/validate-tokens/
|
|
|
|
|
validation:
|
|
|
|
|
type: Http
|
|
|
|
|
content:
|
|
|
|
|
request:
|
|
|
|
|
method: GET
|
|
|
|
|
url: https://id.twitch.tv/oauth2/validate
|
|
|
|
|
headers:
|
|
|
|
|
Authorization: 'OAuth {{ TOKEN }}'
|
|
|
|
|
Accept: application/json
|
|
|
|
|
response_matcher:
|
|
|
|
|
- report_response: true
|
|
|
|
|
- type: StatusMatch
|
|
|
|
|
status: [200]
|
|
|
|
|
- type: JsonValid
|