forked from mirrors/kingfisher
added youtube rule
This commit is contained in:
parent
a5877c4abe
commit
4fb8e616dc
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue