added youtube rule

This commit is contained in:
Mick Grove 2025-11-23 20:00:19 -08:00
commit 4fb8e616dc
2 changed files with 6 additions and 3 deletions

View file

@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file.
## [v1.67.0]
- Added checksum to GitLab rule
- Fixed deduplication to consider rule identifiers so overlapping patterns are not merged before validation
- Moved "URI with Username and Secret" to a low-confidence rule
## [v1.66.0]
- Updating to support Bitbucket App Passwords

View file

@ -21,8 +21,12 @@ rules:
- "*****"
- "xxxxx"
- "username:"
- "user:"
- ":password"
- ":pass"
- ">:<"
min_entropy: 4.0
confidence: low
confidence: medium
examples:
- https://username:secret@example.com/path
validation:
@ -32,7 +36,7 @@ rules:
method: GET
url: '{{ TOKEN }}'
response_matcher:
- report_response: true
- report_response: false
type: StatusMatch
status:
- 200