You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered a leaked BrowserStack Access Key in the repository. This key appears to grant access to BrowserStack's infrastructure, posing a security risk. The key is embedded in the repository history, and I confirmed it’s valid.
Use the following curl command to confirm the key’s validity curl https://api.browserstack.com/automate/plan.json -u "potential3:wVraAtpqtH3psqD9RaCF"
Expected behavior
The BrowserStack Access Key should have been securely stored or rotated to prevent unauthorized access. The key should no longer be valid.
Screenshots or Visual
The text was updated successfully, but these errors were encountered:
Summary
Hey team,
I discovered a leaked BrowserStack Access Key in the repository. This key appears to grant access to BrowserStack's infrastructure, posing a security risk. The key is embedded in the repository history, and I confirmed it’s valid.
Steps to reproduce the behavior:
rtMedia/tests/codeception/tests/acceptance.suite.yml
Line 24 in 42b5f8c
curl https://api.browserstack.com/automate/plan.json -u "potential3:wVraAtpqtH3psqD9RaCF"
Expected behavior
The BrowserStack Access Key should have been securely stored or rotated to prevent unauthorized access. The key should no longer be valid.
Screenshots or Visual
The text was updated successfully, but these errors were encountered: