afr2903 / FrED-factory

2 stars 0 forks source link

xArm automation advancements #21

Closed afr2903 closed 1 month ago

afr2903 commented 1 month ago

In the last week, the following advancements were made, following #18:

gitguardian[bot] commented 1 month ago

⚠️ GitGuardian has uncovered 3 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.

🔎 Detected hardcoded secrets in your pull request
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [10925769](https://dashboard.gitguardian.com/workspace/492823/incidents/10925769?occurrence=134188441) | Triggered | Generic Password | 4a2d225047d8316d8cf19bdbbda216e3955baefa | team2/gripper/main/main.ino | [View secret](https://github.com/afr2903/FrED-factory/commit/4a2d225047d8316d8cf19bdbbda216e3955baefa#diff-64691cd26befe73d02002c233c19052faafec526a3a8f5129f748f28a2abd9d4R22) | | [10925769](https://dashboard.gitguardian.com/workspace/492823/incidents/10925769?occurrence=134306883) | Triggered | Generic Password | 32935c1cd7629503e1aec5afd5467c7c27a2ee3e | team2/gripper/main/main.ino | [View secret](https://github.com/afr2903/FrED-factory/commit/32935c1cd7629503e1aec5afd5467c7c27a2ee3e#diff-64691cd26befe73d02002c233c19052faafec526a3a8f5129f748f28a2abd9d4L22) | | [10925769](https://dashboard.gitguardian.com/workspace/492823/incidents/10925769?occurrence=134189788) | Triggered | Generic Password | af5de3c958f4b127d9fe5e46d305f28ee039b2ac | team2/gripper/main/main.ino | [View secret](https://github.com/afr2903/FrED-factory/commit/af5de3c958f4b127d9fe5e46d305f28ee039b2ac#diff-64691cd26befe73d02002c233c19052faafec526a3a8f5129f748f28a2abd9d4R22) |
🛠 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/secrets-detection-engine/detectors/generics/generic_password#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/ggshield-docs/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 detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.