20110665 / Customer-Experience-Analytics

Customer Experience Analytics to give actionable insights to your call center team.
0 stars 0 forks source link

Dev #32

Closed 20110665 closed 1 year ago

20110665 commented 1 year ago

test sonarcloud

gitguardian[bot] commented 1 year ago

⚠️ GitGuardian has uncovered 10 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 | Secret | Commit | Filename | | | -------------- | ------------------------- | ---------------- | --------------- | -------------------- | | [6394169](https://dashboard.gitguardian.com/incidents/6394169?occurrence=93869148) | MSSQL Credentials | 7df65521880b55b7022abf6e310c900c78efb40a | src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/7df65521880b55b7022abf6e310c900c78efb40a#diff-54eeffbae371fcd1398d4ca5e89a1b8118208b7bb2f8ddf55c1aa2f7d98ab136R9) | | [6394169](https://dashboard.gitguardian.com/incidents/6394169?occurrence=93869235) | MSSQL Credentials | 5a8eacfa2fad0782009d16507734a76d4963c5d3 | src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/5a8eacfa2fad0782009d16507734a76d4963c5d3#diff-54eeffbae371fcd1398d4ca5e89a1b8118208b7bb2f8ddf55c1aa2f7d98ab136L9) | | [6453927](https://dashboard.gitguardian.com/incidents/6453927?occurrence=93869149) | MSSQL Credentials | 7df65521880b55b7022abf6e310c900c78efb40a | src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/7df65521880b55b7022abf6e310c900c78efb40a#diff-54eeffbae371fcd1398d4ca5e89a1b8118208b7bb2f8ddf55c1aa2f7d98ab136R14) | | [6453927](https://dashboard.gitguardian.com/incidents/6453927?occurrence=93869151) | MSSQL Credentials | 7df65521880b55b7022abf6e310c900c78efb40a | src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/7df65521880b55b7022abf6e310c900c78efb40a#diff-54eeffbae371fcd1398d4ca5e89a1b8118208b7bb2f8ddf55c1aa2f7d98ab136R9) | | [6453927](https://dashboard.gitguardian.com/incidents/6453927?occurrence=93869234) | MSSQL Credentials | 5a8eacfa2fad0782009d16507734a76d4963c5d3 | src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/5a8eacfa2fad0782009d16507734a76d4963c5d3#diff-54eeffbae371fcd1398d4ca5e89a1b8118208b7bb2f8ddf55c1aa2f7d98ab136L9) | | [6453927](https://dashboard.gitguardian.com/incidents/6453927?occurrence=95217869) | MSSQL Credentials | db31f0c33e1ecc180114ad67d195e0ec2e63385a | bin/src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/db31f0c33e1ecc180114ad67d195e0ec2e63385a#diff-d9dab55f38ffb2f14daaa7cf4fb8e45705904fe4571196ab7814ce0bc00ef5e6R10) | | [6453927](https://dashboard.gitguardian.com/incidents/6453927?occurrence=95218023) | MSSQL Credentials | 9c8005037c2905148daefa9aad07b8b0bb5d6959 | bin/src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/9c8005037c2905148daefa9aad07b8b0bb5d6959#diff-d9dab55f38ffb2f14daaa7cf4fb8e45705904fe4571196ab7814ce0bc00ef5e6R10) | | [6453927](https://dashboard.gitguardian.com/incidents/6453927?occurrence=95218672) | MSSQL Credentials | 73d4c95b2db2316d779bc3cd754453643960f27c | bin/src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/73d4c95b2db2316d779bc3cd754453643960f27c#diff-d9dab55f38ffb2f14daaa7cf4fb8e45705904fe4571196ab7814ce0bc00ef5e6R10) | | [6555467](https://dashboard.gitguardian.com/incidents/6555467?occurrence=93869150) | Generic High Entropy Secret | 7df65521880b55b7022abf6e310c900c78efb40a | src/main/java/vn/iotstar/CustomerExperienceAnalyticsApplication.java | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/7df65521880b55b7022abf6e310c900c78efb40a#diff-8853cdeffb509d215593a48e9817dab4337247542da348d69737ba022de07e37R21) | | [6676583](https://dashboard.gitguardian.com/incidents/6676583?occurrence=95217720) | MSSQL Credentials | 6aa6c156adf4b50ce4494a8ab747621baf124a36 | src/main/resources/application.properties | [View secret](https://github.com/20110665/Customer-Experience-Analytics/commit/6aa6c156adf4b50ce4494a8ab747621baf124a36#diff-54eeffbae371fcd1398d4ca5e89a1b8118208b7bb2f8ddf55c1aa2f7d98ab136L10) |
🛠 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/detectors/specifics/mssql_assignment_attached_port#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.

Our GitHub checks need improvements? Share your feedbacks!

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information