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

Add DocuSign detector #1382

Merged
merged 12 commits into from
Jun 8, 2023
Merged

Add DocuSign detector #1382

merged 12 commits into from
Jun 8, 2023

Conversation

zubairk14
Copy link
Contributor

@zubairk14 zubairk14 commented Jun 6, 2023

Use an undocumented client_credentials grant_type to see if we can successfully retrieve an access_token from docusign integration key (their version of client id) and secret key.

Responses will probably always be 200, so we have an additional check to confirm we receive a valid access token in the response.

@zubairk14 zubairk14 requested a review from a team as a code owner June 6, 2023 19:21
@zubairk14 zubairk14 marked this pull request as draft June 6, 2023 19:21
@zubairk14 zubairk14 marked this pull request as ready for review June 6, 2023 21:39
@dustin-decker
Copy link
Contributor

I forgot to tell you this before, but this needs to be imported in https://github.com/trufflesecurity/trufflehog/blob/main/pkg/engine/defaults.go to be used

@dustin-decker dustin-decker changed the title [detection-18]: Add DocuSign detector Add DocuSign detector Jun 8, 2023
@zubairk14 zubairk14 merged commit dfb1a0c into main Jun 8, 2023
@zubairk14 zubairk14 deleted the detection-18/docusign branch June 8, 2023 17:34
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