forked from mirrors/kingfisher
v1.80.0
This commit is contained in:
parent
209f7611ef
commit
a24f38fdfd
2 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [v1.80.0]
|
||||
- Added `--full-validation-response` flag to include complete validation response bodies without truncation. By default, validation responses are still truncated to 512 characters for readability. When enabled, users can parse and present full validation responses as needed (e.g., for GitHub token validation responses that include user metadata beyond the first 512 characters).
|
||||
- Improved AWS rule.
|
||||
- Enhanced HTTP multi-step revocation extraction by allowing Liquid rendering in extractors; updated NPM rules accordingly.
|
||||
|
||||
## [v1.79.0]
|
||||
- Added revocation support for SendGrid, Tailscale, MongoDB Atlas, Twilio, and NPM using multi-step (lookup ID then delete) pattern.
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ rules:
|
|||
- https://github.blog/changelog/2022-12-06-limit-scope-of-npm-tokens-with-the-new-granular-access-tokens/
|
||||
min_entropy: 3.3
|
||||
confidence: medium
|
||||
examples: # kingfisher:ignore
|
||||
examples:
|
||||
- "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"
|
||||
validation:
|
||||
type: Http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue