Skip to content

Followup to PR #4208 : LambdaTest secret detector #4333

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

annetteshajan
Copy link
Contributor

@annetteshajan annetteshajan commented Jul 24, 2025

Description:

Follow up of #4208
LambdaTest is a cloud-based cross-browser testing platform that allows developers to test their web applications across various browsers and devices. This relates to issue : #4181
This feature enables detection of username and access key of LambdaTest based on its pattern and verifies the credentials as well by sending a request to the endpoint.

Checklist:

  • [ ✔️ ] Tests passing (make test-community)?
  • [ ✔️ ] Lint passing (make lint this requires golangci-lint)?

@annetteshajan annetteshajan requested review from a team as code owners July 24, 2025 14:54
@annetteshajan annetteshajan changed the title Followup to PR #4208 : LambdaTest secret detector Followup to PR https://github.com/trufflesecurity/trufflehog/pull/4208 : LambdaTest secret detector Jul 24, 2025
@annetteshajan annetteshajan changed the title Followup to PR https://github.com/trufflesecurity/trufflehog/pull/4208 : LambdaTest secret detector Followup to PR #4208 : LambdaTest secret detector Jul 24, 2025
Copy link
Contributor

@amanfcp amanfcp left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution. I've left a few comments.
Please do not close the PR and create another to incorporate changes.

Comment on lines 1043 to 1046
SalesforceRefreshToken = 1031;
AnypointOAuth2 = 1032;
LambdaTest = 1033;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
SalesforceRefreshToken = 1031;
AnypointOAuth2 = 1032;
LambdaTest = 1033;
}
SalesforceRefreshToken = 1031;
AnypointOAuth2 = 1032;
LambdaTest = 1033;
}

Please make sure you've ran make lint successfully.

@kashifkhan0771
Copy link
Contributor

Hello @annetteshajan - thank you for the contribution 🚀 - Can you please resolve the conflicts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants