[WIP] I50 create user app - #77
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…nto i50-create_user_app
…ses/elucidate into i50-create_user_app
|
| GitGuardian id | Secret | Commit | Filename | |
|---|---|---|---|---|
| 3696038 | Django Secret Key | 2bcdff0 | .env.example | View secret |
| 3696038 | Django Secret Key | 2bcdff0 | .env.example | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. 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 for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit 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!
…nto i50-create_user_app
Codecov Report
@@ Coverage Diff @@
## main #77 +/- ##
==========================================
- Coverage 42.85% 33.33% -9.53%
==========================================
Files 7 8 +1
Lines 7 9 +2
Branches 1 2 +1
==========================================
Hits 3 3
- Misses 4 6 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…nto i50-create_user_app
Change Summary
[Briefly summarise the changes that you made. Just high-level stuff]
Change Form
Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.
Other Information
[Is there anything in particular in the review that I should be aware of?]
Related issue