Skip to content

Draft: Do not detect AWS Access Tokens ending in "EXAMPLE"

Sam White requested to merge sam.white-master-patch-99286 into master

What does this MR do?

This MR creates a [rules.allowlist] for our AWS token match pattern. This excludes AWS tokens from being detected as secrets if those tokens end in "EXAMPLE". This is a common false positive because the AWS documentation uses AKIAI44QH8DHBEXAMPLE in their documentation examples. This example token is commonly used as placeholders and in code comments and should be ignored.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Sam White

Merge request reports