Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added digitaloceanv2 detector #829

Merged

Conversation

ladybug0125
Copy link
Contributor

No description provided.

client = common.SaneHttpClient()

// Make sure that your group is surrounded in boundary characters such as below to reduce false positives.
keyPat = regexp.MustCompile(`\b(dop\_v1\_[a-f0-9]{64})\b`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need the other two prefixes supported here as well. You can use a regex OR to do that. They'll also need to be added into the keywords

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nevermind, we’ll need to add separate verifiers for those types in later

@dustin-decker dustin-decker requested a review from a team as a code owner September 28, 2022 16:56
@dustin-decker dustin-decker merged commit ad4b940 into trufflesecurity:main Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants