diff --git a/CHANGELOG.md b/CHANGELOG.md index f230483..0792454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/crates/kingfisher-rules/data/rules/npm.yml b/crates/kingfisher-rules/data/rules/npm.yml index d85a327..0d0a6da 100644 --- a/crates/kingfisher-rules/data/rules/npm.yml +++ b/crates/kingfisher-rules/data/rules/npm.yml @@ -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