rules updated

This commit is contained in:
Mick Grove 2026-03-02 21:52:27 -08:00
commit 2bbd42b6ae

View file

@ -46,12 +46,11 @@ rules:
- name: Unkey API Key (key_ prefix)
id: kingfisher.unkey.2
pattern: |
(?xi)
(?x)
\b
unkey
(?:.|[\n\r]){0,32}?
(?:API_KEY|KEY|SECRET|TOKEN)?
(?:.|[\n\r]){0,16}?
(
key_[A-Za-z0-9]{10,48}
)
\b
pattern_requirements:
min_digits: 1