trufflesecurity / trufflehog

Find, verify, and analyze leaked credentials
https://trufflesecurity.com
GNU Affero General Public License v3.0
15.83k stars 1.65k forks source link

[fix] - implement MaxSecretSizeProvider for `auth0managementapitoken` detector #2953

Closed ahrav closed 3 months ago

ahrav commented 3 months ago

Description:

This PR introduces the MaxSecretSizeProvider for the auth0managementapitoken detector. Additionally, it updates the keyword list to include ey, the prefix of the API token.

Checklist:

ahrav commented 3 months ago

Removed ey as a keyword to avoid a gazillion matches. Thanks @rosecodym