Skip to content

Add rules for DigitalOcean prefixed tokens

Michael Henriksen requested to merge digitalocean-tokens into master

What does this MR do?

Adds new detection rules for DigitalOcean PATs, Access tokens, and refresh tokens. Back in April, DigitalOcean updated their tokens to have distinct prefixes:

  • dop_v1_ for PATs.
  • doo_v1_ for OAuth access tokens.
  • dor_v1_ for OAuth refresh tokens.

I have also created a PR zricethezav/gitleaks to add the same rules there.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Zach Rice

Merge request reports