COS301-SE-2024 / ECHO

HalfStack - ECHO - A Progressive Web App (PWA) that recommends songs and shows visualise statistics based on analysis of songs you already like on Spotify. Using a sentiment analysis AI to generate data on abstract song characteristics, like theme ,mood, bpm, key and time signature.
11 stars 0 forks source link

Feat/supabase #140

Closed Douglasj02 closed 2 weeks ago

Douglasj02 commented 2 weeks ago

Do not approve

gitguardian[bot] commented 2 weeks ago

⚠️ GitGuardian has uncovered 2 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 | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [11535430](https://dashboard.gitguardian.com/workspace/301252/incidents/11535430?occurrence=143187650) | Triggered | Spotify Keys | afdac1f55723506b2c240e2e9edc0de06ec3d40c | AI/clustering/connection.py | [View secret](https://github.com/COS301-SE-2024/ECHO/commit/afdac1f55723506b2c240e2e9edc0de06ec3d40c#diff-a27f0669bf01190fb13e368093bcb3b07a443080c03c42d4f742d5145021a191L7) | | [11535430](https://dashboard.gitguardian.com/workspace/301252/incidents/11535430?occurrence=143187455) | Triggered | Spotify Keys | c91952104fa77268d0a927733ed4dc3b71b88b54 | AI/clustering/connection.py | [View secret](https://github.com/COS301-SE-2024/ECHO/commit/c91952104fa77268d0a927733ed4dc3b71b88b54#diff-a27f0669bf01190fb13e368093bcb3b07a443080c03c42d4f742d5145021a191R7) |
🛠 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/spotify_keys#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.