mpcabete / bombcrypto-bot

This is a python bot that automatically logs in, clicks the new button, and sends heroes to work in the bombcrypto game. It is fully open source and free.
818 stars 536 forks source link

Multiacccount and new config using all button #634

Closed renatofmmaia closed 2 years ago

Vitaonx commented 2 years ago

Alguém pra checar e confirmar se é seguro?

gitguardian[bot] commented 2 years ago

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Details of the secret
| Secret | Commit | Filename | Detected At | | | ------------------------- | ---------------- | --------------- | -------------------- | -------------------- | | Telegram Bot Token | f1a83278b674b1e55ef158ee402e75ac106a3f16 | config.yaml | 05:57 January 15th, 2022 | [View secret](https://github.com/mpcabete/bombcrypto-bot/commit/f1a83278b674b1e55ef158ee402e75ac106a3f16#diff-259fe82e12a866f01123927480c7851bL103) | | Telegram Bot Token | 94b02e4d75e5a6d8d5738869015f2ff1e46ef418 | config.yaml | 05:57 January 15th, 2022 | [View secret](https://github.com/mpcabete/bombcrypto-bot/commit/94b02e4d75e5a6d8d5738869015f2ff1e46ef418#diff-259fe82e12a866f01123927480c7851bR103) |
🛠 Guidelines to remediate hardcoded secrets
1. Understand the implications of revoking this secret by investigating where it is used in your code. 2. Replace and store your secrets safely. [Learn here](https://blog.gitguardian.com/secrets-api-management?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) the best practices. 3. Revoke and [rotate these secrets](https://docs.gitguardian.com/secrets-detection/detectors/specifics/telegrambot#revoke-the-secret?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). 4. If possible, [rewrite git history](https://blog.gitguardian.com/rewriting-git-history-cheatsheet?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data. To avoid such incidents in the future consider - following these [best practices](https://blog.gitguardian.com/secrets-api-management/?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) for managing and storing secrets including API keys and other credentials - install [secret detection on pre-commit](https://docs.gitguardian.com/internal-repositories-monitoring/integrations/git_hooks/pre_commit?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) to catch secret before it leaves your machine and ease remediation.
GitGuardian is an automated secrets detection service.We help developers and security teams secure the modern software development process.

 

Our GitHub checks need improvements? Share your feedbacks