Daggerpov / Quote-Droplet-iOS

iOS app that serves quotes through its feed, search, widgets, and notifications (Available on iOS App Store).
https://apps.apple.com/app/quote-droplet/id6455084603
Other
2 stars 0 forks source link

Refactoring to MVVM + Dependency Injecting APIService & LocalQuotesService #119

Closed Daggerpov closed 4 weeks ago

Daggerpov commented 4 weeks ago
gitguardian[bot] commented 4 weeks 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 | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [13798354](https://dashboard.gitguardian.com/workspace/57328/incidents/13798354?occurrence=169076664) | Triggered | Google API Key | 3b91f8e5269bbaa9744d9ad7f18ee8f4c6771f2a | QuoteDroplet/Views/SubViews/AuthorView.swift | [View secret](https://github.com/Daggerpov/Quote-Droplet-iOS/commit/3b91f8e5269bbaa9744d9ad7f18ee8f4c6771f2a#diff-6766a312241beab4d699a1443fc1419bb7d9f0f355518c084bdf7892ba7ea982R127) | | [13798354](https://dashboard.gitguardian.com/workspace/57328/incidents/13798354?occurrence=169076665) | Triggered | Google API Key | 3b91f8e5269bbaa9744d9ad7f18ee8f4c6771f2a | QuoteDroplet/Views/SubViews/AuthorView.swift | [View secret](https://github.com/Daggerpov/Quote-Droplet-iOS/commit/3b91f8e5269bbaa9744d9ad7f18ee8f4c6771f2a#diff-6766a312241beab4d699a1443fc1419bb7d9f0f355518c084bdf7892ba7ea982L129) | | [13798354](https://dashboard.gitguardian.com/workspace/57328/incidents/13798354?occurrence=169199856) | Triggered | Google API Key | 2ce98c324339d786ef6cf9f6909275970544c38b | QuoteDroplet/Views/SubViews/AuthorView.swift | [View secret](https://github.com/Daggerpov/Quote-Droplet-iOS/commit/2ce98c324339d786ef6cf9f6909275970544c38b#diff-6766a312241beab4d699a1443fc1419bb7d9f0f355518c084bdf7892ba7ea982L125) |
🛠 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.