kingfisher/data/rules/crates.io.yml

17 lines
392 B
YAML
Raw Normal View History

2025-06-24 17:17:16 -07:00
rules:
- name: crates.io API Key
id: kingfisher.cratesio.1
2025-06-26 11:31:41 -07:00
pattern: |
(?xi)
\b
(
cio[A-Z0-9]{32}
)
\b
2025-06-24 17:17:16 -07:00
min_entropy: 3.3
confidence: medium
examples:
- 'Bearer: ciotgp8BGZBlX192iExSQPm0SrUlBunG8zd'
references:
- https://crates.io/data-access
- https://github.com/rust-lang/crates.io/blob/master/src/util/token.rs