-
Couldn't load subscription status.
- Fork 2.1k
Open
Description
The regex that is currently in place is \b(HRKU-AA[0-9a-zA-Z_-]{58})\b for the V2 pattern. This pattern has an error, as Heroku does not mint tokens that include "AA" as part of a standard prefix. The prefix only includes "HRKU-" for any newly minted Heroku tokens. The additional added prefix values might force the rule to many many hardcoded Heroku tokens. Additionally, Heroku tokens can also include a backslash.
Recommended Pattern: \b(HRKU-[0-9a-zA-Z_-]{60})\b
Metadata
Metadata
Assignees
Labels
No labels