l3montree-dev / devguard

DevGuard Backend - Manage your CVEs seamlessly, Integrate your Vulnerability Scanners, Security Framework Documentation made easy, Compliance to security Frameworks - OWASP Incubating Project
https://flawfix.dev
Other
37 stars 4 forks source link

98 replace personal access token random string with a private key we can use that for signing etc #105

Closed Refoo0 closed 2 months ago

gitguardian[bot] commented 2 months 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 | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [12079845](https://dashboard.gitguardian.com/workspace/227261/incidents/12079845?occurrence=149903636) | Triggered | Generic High Entropy Secret | 619d04eb8dffa48dd72d5a01306c84eb443c9dcf | gitleaks-baseline.json | [View secret](https://github.com/l3montree-dev/flawfix/commit/619d04eb8dffa48dd72d5a01306c84eb443c9dcf#diff-90f53d916b4481f31a07aa59fb2464f8234a8466b51d81163a96a827364635dbR89) | | [12079846](https://dashboard.gitguardian.com/workspace/227261/incidents/12079846?occurrence=149903639) | Triggered | Generic High Entropy Secret | 619d04eb8dffa48dd72d5a01306c84eb443c9dcf | gitleaks-baseline.json | [View secret](https://github.com/l3montree-dev/flawfix/commit/619d04eb8dffa48dd72d5a01306c84eb443c9dcf#diff-90f53d916b4481f31a07aa59fb2464f8234a8466b51d81163a96a827364635dbR49) | | [12079846](https://dashboard.gitguardian.com/workspace/227261/incidents/12079846?occurrence=149903640) | Triggered | Generic High Entropy Secret | 619d04eb8dffa48dd72d5a01306c84eb443c9dcf | gitleaks-baseline.json | [View secret](https://github.com/l3montree-dev/flawfix/commit/619d04eb8dffa48dd72d5a01306c84eb443c9dcf#diff-90f53d916b4481f31a07aa59fb2464f8234a8466b51d81163a96a827364635dbR129) | | [12079846](https://dashboard.gitguardian.com/workspace/227261/incidents/12079846?occurrence=149903643) | Triggered | Generic High Entropy Secret | 619d04eb8dffa48dd72d5a01306c84eb443c9dcf | gitleaks-baseline.json | [View secret](https://github.com/l3montree-dev/flawfix/commit/619d04eb8dffa48dd72d5a01306c84eb443c9dcf#diff-90f53d916b4481f31a07aa59fb2464f8234a8466b51d81163a96a827364635dbR29) | | [12079847](https://dashboard.gitguardian.com/workspace/227261/incidents/12079847?occurrence=149903642) | Triggered | Generic High Entropy Secret | 619d04eb8dffa48dd72d5a01306c84eb443c9dcf | gitleaks-baseline.json | [View secret](https://github.com/l3montree-dev/flawfix/commit/619d04eb8dffa48dd72d5a01306c84eb443c9dcf#diff-90f53d916b4481f31a07aa59fb2464f8234a8466b51d81163a96a827364635dbR149) | | [12079848](https://dashboard.gitguardian.com/workspace/227261/incidents/12079848?occurrence=149903637) | Triggered | Generic High Entropy Secret | 619d04eb8dffa48dd72d5a01306c84eb443c9dcf | gitleaks-baseline.json | [View secret](https://github.com/l3montree-dev/flawfix/commit/619d04eb8dffa48dd72d5a01306c84eb443c9dcf#diff-90f53d916b4481f31a07aa59fb2464f8234a8466b51d81163a96a827364635dbR109) | | [12079848](https://dashboard.gitguardian.com/workspace/227261/incidents/12079848?occurrence=149903638) | Triggered | Generic High Entropy Secret | 619d04eb8dffa48dd72d5a01306c84eb443c9dcf | gitleaks-baseline.json | [View secret](https://github.com/l3montree-dev/flawfix/commit/619d04eb8dffa48dd72d5a01306c84eb443c9dcf#diff-90f53d916b4481f31a07aa59fb2464f8234a8466b51d81163a96a827364635dbR9) | | [12079849](https://dashboard.gitguardian.com/workspace/227261/incidents/12079849?occurrence=149903641) | Triggered | Generic High Entropy Secret | 619d04eb8dffa48dd72d5a01306c84eb443c9dcf | gitleaks-baseline.json | [View secret](https://github.com/l3montree-dev/flawfix/commit/619d04eb8dffa48dd72d5a01306c84eb443c9dcf#diff-90f53d916b4481f31a07aa59fb2464f8234a8466b51d81163a96a827364635dbR69) |
🛠 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.