JoramWells / otzv2

1 stars 0 forks source link

Final changes #2

Closed JoramWells closed 2 months ago

gitguardian[bot] commented 2 months ago

⚠️ GitGuardian has uncovered 9 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 | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [10004975](https://dashboard.gitguardian.com/workspace/88661/incidents/10004975?occurrence=131630754) | Triggered | Google API Key | 691076b2bea99cb080ad4c1153daab73d66737bb | .env.development.local | [View secret](https://github.com/JoramWells/otzv2/commit/691076b2bea99cb080ad4c1153daab73d66737bb#diff-e3f425909c5b59a5cb1eedf109014defff904a5f960071e4e591eb589a3cfd0cL1) | | [10004975](https://dashboard.gitguardian.com/workspace/88661/incidents/10004975?occurrence=131681840) | Triggered | Google API Key | cb455857945f1ea189c351336157f622f4ed57fb | .env.development.local | [View secret](https://github.com/JoramWells/otzv2/commit/cb455857945f1ea189c351336157f622f4ed57fb#diff-e3f425909c5b59a5cb1eedf109014defff904a5f960071e4e591eb589a3cfd0cL1) | | [10004975](https://dashboard.gitguardian.com/workspace/88661/incidents/10004975?occurrence=131681842) | Triggered | Google API Key | cb455857945f1ea189c351336157f622f4ed57fb | .env | [View secret](https://github.com/JoramWells/otzv2/commit/cb455857945f1ea189c351336157f622f4ed57fb#diff-e9cbb0224c4a3d23a6019ba557e0cd568c1ad5e1582ff1e335fb7d99b7a1055dL1) | | [10047125](https://dashboard.gitguardian.com/workspace/88661/incidents/10047125?occurrence=131630753) | Triggered | Generic High Entropy Secret | 691076b2bea99cb080ad4c1153daab73d66737bb | .env.development.local | [View secret](https://github.com/JoramWells/otzv2/commit/691076b2bea99cb080ad4c1153daab73d66737bb#diff-e3f425909c5b59a5cb1eedf109014defff904a5f960071e4e591eb589a3cfd0cL2) | | [10047125](https://dashboard.gitguardian.com/workspace/88661/incidents/10047125?occurrence=131681841) | Triggered | Generic High Entropy Secret | cb455857945f1ea189c351336157f622f4ed57fb | .env | [View secret](https://github.com/JoramWells/otzv2/commit/cb455857945f1ea189c351336157f622f4ed57fb#diff-e9cbb0224c4a3d23a6019ba557e0cd568c1ad5e1582ff1e335fb7d99b7a1055dL2) | | [10047125](https://dashboard.gitguardian.com/workspace/88661/incidents/10047125?occurrence=131681845) | Triggered | Generic High Entropy Secret | cb455857945f1ea189c351336157f622f4ed57fb | .env.development.local | [View secret](https://github.com/JoramWells/otzv2/commit/cb455857945f1ea189c351336157f622f4ed57fb#diff-e3f425909c5b59a5cb1eedf109014defff904a5f960071e4e591eb589a3cfd0cL2) | | [10090264](https://dashboard.gitguardian.com/workspace/88661/incidents/10090264?occurrence=131630752) | Triggered | Generic High Entropy Secret | 691076b2bea99cb080ad4c1153daab73d66737bb | .env.development.local | [View secret](https://github.com/JoramWells/otzv2/commit/691076b2bea99cb080ad4c1153daab73d66737bb#diff-e3f425909c5b59a5cb1eedf109014defff904a5f960071e4e591eb589a3cfd0cL3) | | [10090264](https://dashboard.gitguardian.com/workspace/88661/incidents/10090264?occurrence=131681843) | Triggered | Generic High Entropy Secret | cb455857945f1ea189c351336157f622f4ed57fb | .env.development.local | [View secret](https://github.com/JoramWells/otzv2/commit/cb455857945f1ea189c351336157f622f4ed57fb#diff-e3f425909c5b59a5cb1eedf109014defff904a5f960071e4e591eb589a3cfd0cL3) | | [10090264](https://dashboard.gitguardian.com/workspace/88661/incidents/10090264?occurrence=131681844) | Triggered | Generic High Entropy Secret | cb455857945f1ea189c351336157f622f4ed57fb | .env | [View secret](https://github.com/JoramWells/otzv2/commit/cb455857945f1ea189c351336157f622f4ed57fb#diff-e9cbb0224c4a3d23a6019ba557e0cd568c1ad5e1582ff1e335fb7d99b7a1055dL3) |
🛠 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/specifics/googleaiza#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.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
otzv2-ksu2 ❌ Failed (Inspect) May 3, 2024 3:33pm
netlify[bot] commented 2 months ago

Deploy Preview for xinergy ready!

Name Link
Latest commit 7daaeb1b2fde6641bfe2e094e21c7b7ba1bd5c33
Latest deploy log https://app.netlify.com/sites/xinergy/deploys/663503d4bf620e00085904ae
Deploy Preview https://deploy-preview-2--xinergy.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.