Conversation
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 17663488 | Triggered | Username Password | d00aaa4 | .env | View secret |
| 17663376 | Triggered | Username Password | 8ca44b8 | learn/critical_bugs.py | View secret |
| 17663489 | Triggered | PostgreSQL Credentials | d00aaa4 | .env | View secret |
| 17663490 | Triggered | Generic Password | d00aaa4 | .env | View secret |
| 17663491 | Triggered | Stripe Keys | d00aaa4 | .env | 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.
โฆons ์ถ๊ฐ - ๋ชจ๋ ๊ฐ๋ฅํ ์ํฌ๋ฆฟ๊ณผ ์ทจ์ฝ์ ๋ ธ์ถ
There was a problem hiding this comment.
Bug: Data-Target Mismatch
Dimension mismatch between data (100 samples) and targets (50 samples) tensors, which will cause runtime errors during training or loss calculation.
learn/buggy_pytorch_example.py#L24-L30
torch_learn/learn/buggy_pytorch_example.py
Lines 24 to 30 in d00aaa4
BugBot free trial expires on June 9, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with ๐ or ๐
No description provided.