ukjinlee66 / metanet_internship_project

MIT License
0 stars 4 forks source link

Juwoong kim #18

Closed JuwoongKim closed 2 years ago

JuwoongKim commented 2 years ago

백앤드 회원, 마이페이지 (결제 환불 제외), 메인페이지 기능 구현 및 테스트 완료 SNS 인증은 차후에 일정에 여유가 있으면 진행하겠습니다. 예외처리는 연동하면서 발생할때 추가하도록 하겠습니다.

gitguardian[bot] commented 2 years ago

⚠️ GitGuardian has uncovered 1 secret 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 secret in your pull request
| GitGuardian id | Secret | Commit | Filename | | | -------------- | ------------------------- | ---------------- | --------------- | -------------------- | | [3639210](https://dashboard.gitguardian.com/incidents/3639210?occurrence=41235476) | SMTP credentials | 79876454bff8b9dc37ed77aac83856b3fadf0287 | metanet_internship_4team/src/main/resources/application.properties | [View secret](https://github.com/ukjinlee66/metanet_internship_project/commit/79876454bff8b9dc37ed77aac83856b3fadf0287#diff-f76bd904d3157a4e08f3a5543f8c2c5388b90b8a47a82997aed605204d0b7ec1R27) |
🛠 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 secret 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 this secret](https://docs.gitguardian.com/secrets-detection/detectors/specifics/smtp_assignment#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/internal-repositories-monitoring/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.

Our GitHub checks need improvements? Share your feedbacks!