narainkarthikv / fit-track

Open Source Contribution Exercise Logger Application. Develop:https://fit-track-dev.netlify.app
https://wisdomfox-fit-track.netlify.app/
MIT License
2 stars 7 forks source link

Develop #15

Closed narainkarthikv closed 1 month ago

vercel[bot] commented 1 month ago

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

Name Status Preview Comments Updated (UTC)
fit-track ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2024 3:29pm
gitguardian[bot] commented 1 month ago

⚠️ GitGuardian has uncovered 8 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 | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [13788689](https://dashboard.gitguardian.com/workspace/450445/incidents/13788689?occurrence=165532502) | Triggered | MongoDB Credentials | 12ff920807b062a5682cb42114887e6632926e8f | backend/.env.dev | [View secret](https://github.com/narainkarthikv/Fit-Track/commit/12ff920807b062a5682cb42114887e6632926e8f#diff-6bca376cc93a2ffd17e6320f4f6d7e1cdd4409322d4efc3f6df9986a9c18f3f2R1) | | [13788689](https://dashboard.gitguardian.com/workspace/450445/incidents/13788689?occurrence=165532644) | Triggered | MongoDB Credentials | a0bdaf371939052a05922dfa6f35520b13e4d815 | backend/.env.dev | [View secret](https://github.com/narainkarthikv/Fit-Track/commit/a0bdaf371939052a05922dfa6f35520b13e4d815#diff-6bca376cc93a2ffd17e6320f4f6d7e1cdd4409322d4efc3f6df9986a9c18f3f2R1) | | [13788689](https://dashboard.gitguardian.com/workspace/450445/incidents/13788689?occurrence=165532645) | Triggered | MongoDB Credentials | a0bdaf371939052a05922dfa6f35520b13e4d815 | backend/.env.dev | [View secret](https://github.com/narainkarthikv/Fit-Track/commit/a0bdaf371939052a05922dfa6f35520b13e4d815#diff-6bca376cc93a2ffd17e6320f4f6d7e1cdd4409322d4efc3f6df9986a9c18f3f2L1) | | [13788689](https://dashboard.gitguardian.com/workspace/450445/incidents/13788689?occurrence=165532658) | Triggered | MongoDB Credentials | e04f0ff5fd5f8eb9d2acb7cb831496d4b48bec43 | backend/.env.dev | [View secret](https://github.com/narainkarthikv/Fit-Track/commit/e04f0ff5fd5f8eb9d2acb7cb831496d4b48bec43#diff-6bca376cc93a2ffd17e6320f4f6d7e1cdd4409322d4efc3f6df9986a9c18f3f2L1) | | [13788689](https://dashboard.gitguardian.com/workspace/450445/incidents/13788689?occurrence=165532998) | Triggered | MongoDB Credentials | 1045329fabfa3411224093d52c95f77df9f56f8c | backend/.env.test | [View secret](https://github.com/narainkarthikv/Fit-Track/commit/1045329fabfa3411224093d52c95f77df9f56f8c#diff-abdc3f8116bdae58e3b19b0077699716a606138f13cd13f6ea94072e93893b21R1) | | [13788689](https://dashboard.gitguardian.com/workspace/450445/incidents/13788689?occurrence=165533230) | Triggered | MongoDB Credentials | 229899127f3f6b80c378ead1f636df589e0c94ec | backend/.env.test | [View secret](https://github.com/narainkarthikv/Fit-Track/commit/229899127f3f6b80c378ead1f636df589e0c94ec#diff-abdc3f8116bdae58e3b19b0077699716a606138f13cd13f6ea94072e93893b21L1) | | [13788689](https://dashboard.gitguardian.com/workspace/450445/incidents/13788689?occurrence=165533231) | Triggered | MongoDB Credentials | 229899127f3f6b80c378ead1f636df589e0c94ec | backend/server.js | [View secret](https://github.com/narainkarthikv/Fit-Track/commit/229899127f3f6b80c378ead1f636df589e0c94ec#diff-e6a1d92480cd16cd30155f4e1694f991d54adcc2ad6611395c7798452f71af72R16) | | [13788689](https://dashboard.gitguardian.com/workspace/450445/incidents/13788689?occurrence=165533722) | Triggered | MongoDB Credentials | 68bb83df0debaebe69a3e6824519f330d9c59f9f | backend/server.js | [View secret](https://github.com/narainkarthikv/Fit-Track/commit/68bb83df0debaebe69a3e6824519f330d9c59f9f#diff-e6a1d92480cd16cd30155f4e1694f991d54adcc2ad6611395c7798452f71af72L16) |
🛠 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/mongo_uri#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.

netlify[bot] commented 1 month ago

Deploy Preview for wisdomfox-fit-track ready!

Name Link
Latest commit 8a5ce7cf19b4130e555f930ca8dda628bba262bb
Latest deploy log https://app.netlify.com/sites/wisdomfox-fit-track/deploys/66e6fd08ea5db100085eed97
Deploy Preview https://deploy-preview-15--wisdomfox-fit-track.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.