EdiWang / Moonglade

The ASP.NET Core blog system of https://edi.wang, runs on Microsoft Azure
https://edi.wang
GNU General Public License v3.0
503 stars 137 forks source link

Release v14.4.0 #793

Closed EdiWang closed 1 month ago

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 | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [10414827](https://dashboard.gitguardian.com/workspace/58996/incidents/10414827?occurrence=130237432) | Triggered | Generic Password | fdff6a44d4e151a1b636a6c053672db4f0d85915 | src/Moonglade.Configuration/LocalAccountSettings.cs | [View secret](https://github.com/EdiWang/Moonglade/commit/fdff6a44d4e151a1b636a6c053672db4f0d85915#diff-341345e7dda2b79fd7d7989e4c490c77ea3c1d9cdc655f79c46f722ec0e857edR15) | | [10414827](https://dashboard.gitguardian.com/workspace/58996/incidents/10414827?occurrence=130391585) | Triggered | Generic Password | 0a227b3ed5d52aa97a5c0bd00e247e13aac2f130 | src/Moonglade.Configuration/LocalAccountSettings.cs | [View secret](https://github.com/EdiWang/Moonglade/commit/0a227b3ed5d52aa97a5c0bd00e247e13aac2f130#diff-341345e7dda2b79fd7d7989e4c490c77ea3c1d9cdc655f79c46f722ec0e857edR15) |
🛠 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_password#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.