kingfisher/data/rules/sendinblue.yml
Mick Grove 212bda4100 - 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

31 lines
908 B
YAML

rules:
- name: Sendinblue API Token
id: kingfisher.sendinblue.1
pattern: |
(?xi)
\b
(
xkeysib-[a-f0-9]{64}-[a-z0-9]{16}
)
\b
min_entropy: 3.2
confidence: medium
examples:
- XKEYSIB_TOKEN=xkeysib-abcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcd-1234567890abcd12
- '"sendinblue": "xkeysib-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef-ab12cd34ef56gh78"'
references:
- https://developers.sendinblue.com/docs/authentication
validation:
type: Http
content:
request:
method: GET
url: https://api.sendinblue.com/v3/account
headers:
api-key: '{{ TOKEN }}'
Accept: application/json
response_matcher:
- report_response: true
- type: StatusMatch
status:
- 200