hieuwu / android-groceries-store

A Groceries Store app with basic order flow. 🍕 Help you learn modern Android development skills in real production environment. ❤️
https://hieuwu.github.io/android-groceries-store/
MIT License
213 stars 55 forks source link

Upgrade gradle #241

Closed hieuwu closed 4 months ago

hieuwu commented 4 months ago

Extract dependencies Create dev build variant

gitguardian[bot] commented 4 months ago

⚠️ GitGuardian has uncovered 5 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 | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [9648909](https://dashboard.gitguardian.com/incidents/9648909?occurrence=125334640) | Triggered | Generic High Entropy Secret | 9258e2951ccea8ba2a52247503d6ec310e843aba | local.properties | [View secret](https://github.com/hieuwu/android-groceries-store/commit/9258e2951ccea8ba2a52247503d6ec310e843aba#diff-9e5d2ae5bd79af7508ccaef09c946076c463a9baddddc12c4bd2783991ceb18bR8) | | [9648909](https://dashboard.gitguardian.com/incidents/9648909?occurrence=126026904) | Triggered | Generic High Entropy Secret | f4f0601b8b26e53675e7064e643d6363ed4543d5 | local.properties | [View secret](https://github.com/hieuwu/android-groceries-store/commit/f4f0601b8b26e53675e7064e643d6363ed4543d5#diff-9e5d2ae5bd79af7508ccaef09c946076c463a9baddddc12c4bd2783991ceb18bL8) | | [9648909](https://dashboard.gitguardian.com/incidents/9648909?occurrence=126026947) | Triggered | Generic High Entropy Secret | a96f40ea2160a1f8ec9a1ecac64dc3a31985d913 | local.properties | [View secret](https://github.com/hieuwu/android-groceries-store/commit/a96f40ea2160a1f8ec9a1ecac64dc3a31985d913#diff-9e5d2ae5bd79af7508ccaef09c946076c463a9baddddc12c4bd2783991ceb18bL8) | | [9763279](https://dashboard.gitguardian.com/incidents/9763279?occurrence=126026903) | Triggered | Generic High Entropy Secret | f4f0601b8b26e53675e7064e643d6363ed4543d5 | local.properties | [View secret](https://github.com/hieuwu/android-groceries-store/commit/f4f0601b8b26e53675e7064e643d6363ed4543d5#diff-9e5d2ae5bd79af7508ccaef09c946076c463a9baddddc12c4bd2783991ceb18bR11) | | [9763279](https://dashboard.gitguardian.com/incidents/9763279?occurrence=126026948) | Triggered | Generic High Entropy Secret | a96f40ea2160a1f8ec9a1ecac64dc3a31985d913 | local.properties | [View secret](https://github.com/hieuwu/android-groceries-store/commit/a96f40ea2160a1f8ec9a1ecac64dc3a31985d913#diff-9e5d2ae5bd79af7508ccaef09c946076c463a9baddddc12c4bd2783991ceb18bL11) |
🛠 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_high_entropy_secret#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.

Our GitHub checks need improvements? Share your feedbacks!

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud