ShafiqSadat / HamsterKeyGenWeb

Web version of my python script to generate Hamster Kombat Keys
https://main--grand-capybara-6c6bac.netlify.app/
GNU General Public License v3.0
97 stars 69 forks source link

Azad1 #14

Open Azadqur opened 2 months ago

netlify[bot] commented 2 months ago

Deploy Preview for grand-capybara-6c6bac ready!

Name Link
Latest commit 412433d99871c0bfab9c8ad9f741b43db968112b
Latest deploy log https://app.netlify.com/sites/grand-capybara-6c6bac/deploys/66d983d4f1744800089b6beb
Deploy Preview https://deploy-preview-14--grand-capybara-6c6bac.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.

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.

Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard. Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.

🔎 Detected hardcoded secrets in your pull request
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [13512808](https://dashboard.gitguardian.com/workspace/154803/incidents/13512808) | Triggered | Generic High Entropy Secret | 412433d99871c0bfab9c8ad9f741b43db968112b | script.js | [View secret](https://github.com/ShafiqSadat/HamsterKeyGenWeb/commit/412433d99871c0bfab9c8ad9f741b43db968112b#diff-ed3ee7e0beea2498ff3b8ca85973d122fc6fa3d585d62b5807ec034d0cf076b3R97) | | [13323878](https://dashboard.gitguardian.com/workspace/154803/incidents/13323878) | Triggered | Generic High Entropy Secret | 412433d99871c0bfab9c8ad9f741b43db968112b | script.js | [View secret](https://github.com/ShafiqSadat/HamsterKeyGenWeb/commit/412433d99871c0bfab9c8ad9f741b43db968112b#diff-ed3ee7e0beea2498ff3b8ca85973d122fc6fa3d585d62b5807ec034d0cf076b3R62) | | [13323879](https://dashboard.gitguardian.com/workspace/154803/incidents/13323879) | Triggered | Generic High Entropy Secret | 412433d99871c0bfab9c8ad9f741b43db968112b | script.js | [View secret](https://github.com/ShafiqSadat/HamsterKeyGenWeb/commit/412433d99871c0bfab9c8ad9f741b43db968112b#diff-ed3ee7e0beea2498ff3b8ca85973d122fc6fa3d585d62b5807ec034d0cf076b3R55) | | [13489732](https://dashboard.gitguardian.com/workspace/154803/incidents/13489732) | Triggered | Generic High Entropy Secret | 412433d99871c0bfab9c8ad9f741b43db968112b | script.js | [View secret](https://github.com/ShafiqSadat/HamsterKeyGenWeb/commit/412433d99871c0bfab9c8ad9f741b43db968112b#diff-ed3ee7e0beea2498ff3b8ca85973d122fc6fa3d585d62b5807ec034d0cf076b3R90) | | [13423573](https://dashboard.gitguardian.com/workspace/154803/incidents/13423573) | Triggered | Generic High Entropy Secret | 412433d99871c0bfab9c8ad9f741b43db968112b | script.js | [View secret](https://github.com/ShafiqSadat/HamsterKeyGenWeb/commit/412433d99871c0bfab9c8ad9f741b43db968112b#diff-ed3ee7e0beea2498ff3b8ca85973d122fc6fa3d585d62b5807ec034d0cf076b3R83) | | [13323880](https://dashboard.gitguardian.com/workspace/154803/incidents/13323880) | Triggered | Generic High Entropy Secret | 412433d99871c0bfab9c8ad9f741b43db968112b | script.js | [View secret](https://github.com/ShafiqSadat/HamsterKeyGenWeb/commit/412433d99871c0bfab9c8ad9f741b43db968112b#diff-ed3ee7e0beea2498ff3b8ca85973d122fc6fa3d585d62b5807ec034d0cf076b3R69) | | [13415994](https://dashboard.gitguardian.com/workspace/154803/incidents/13415994) | Triggered | Generic High Entropy Secret | 412433d99871c0bfab9c8ad9f741b43db968112b | script.js | [View secret](https://github.com/ShafiqSadat/HamsterKeyGenWeb/commit/412433d99871c0bfab9c8ad9f741b43db968112b#diff-ed3ee7e0beea2498ff3b8ca85973d122fc6fa3d585d62b5807ec034d0cf076b3R76) | | [13306091](https://dashboard.gitguardian.com/workspace/154803/incidents/13306091) | Triggered | Generic High Entropy Secret | 412433d99871c0bfab9c8ad9f741b43db968112b | script.js | [View secret](https://github.com/ShafiqSadat/HamsterKeyGenWeb/commit/412433d99871c0bfab9c8ad9f741b43db968112b#diff-ed3ee7e0beea2498ff3b8ca85973d122fc6fa3d585d62b5807ec034d0cf076b3R48) |
🛠 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.

Azadqur commented 2 months ago

Azad