vigneshshettyin / EatMyURL

Free URL Shortener & API. Shorten and replace a long URL with a short link. Track your links. Use it to affiliate programs, ads, social websites, emails, text messages.
https://eurl.dev
30 stars 19 forks source link

added captcha to login and register page #105

Closed VijeshVS closed 1 month ago

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eat-my-url ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 2, 2024 11:08am
gitguardian[bot] commented 1 month 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 | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [11409882](https://dashboard.gitguardian.com/workspace/80974/incidents/11409882?occurrence=139844874) | Triggered | Generic High Entropy Secret | 660009f17d0b100f94449c6ebb21be8a80b0a974 | lib/actions/captchaVerify.ts | [View secret](https://github.com/vigneshshettyin/EatMyURL/commit/660009f17d0b100f94449c6ebb21be8a80b0a974#diff-a39cf68ef5dfc59e378212906ef722027b23950939f485ac63b99b33ba394db4R5) | | [11409882](https://dashboard.gitguardian.com/workspace/80974/incidents/11409882?occurrence=140114108) | Triggered | Generic High Entropy Secret | 5a4926dfdf49dc6979537ee0b7aba8c111ccfac7 | lib/actions/captchaVerify.ts | [View secret](https://github.com/vigneshshettyin/EatMyURL/commit/5a4926dfdf49dc6979537ee0b7aba8c111ccfac7#diff-a39cf68ef5dfc59e378212906ef722027b23950939f485ac63b99b33ba394db4L5) |
🛠 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.