Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
16 stars 28 forks source link

AWS S3 #43

Closed AtulRajput01 closed 1 year ago

AtulRajput01 commented 1 year ago

AWS S3: Add Master Tracker for Extension Support for AWS S3

This PR addresses issue #10 Add Master Tracker for Extension Support for AWS S3. The changes include:

Please review the changes and consider merging them into the main branch. Thank you!

gitguardian[bot] commented 1 year ago

⚠️ GitGuardian has uncovered 6 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 | | | -------------- | ------------------------- | ---------------- | --------------- | -------------------- | | [-](https://dashboard.gitguardian.com/incidents/secrets) | AWS Keys | 7b406dcd22a94f2f2c9c0de1292daf6b310c964c | Dockerfile | [View secret](https://github.com/Samagra-Development/WarpSQL/commit/7b406dcd22a94f2f2c9c0de1292daf6b310c964c#diff-3254677a7917c6c01f55212f86c57fbfL50) | | [-](https://dashboard.gitguardian.com/incidents/secrets) | AWS Keys | da00cfcbc77d2e8d68688020ce1e87309d3ad59e | docker-compose.yml | [View secret](https://github.com/Samagra-Development/WarpSQL/commit/da00cfcbc77d2e8d68688020ce1e87309d3ad59e#diff-4e5e90c6228fd48698d074241c2ba760L46) | | [-](https://dashboard.gitguardian.com/incidents/secrets) | AWS Keys | a76b4056817e8a66372afbc1dcb93a52c05255b5 | bitnami/Dockerfile | [View secret](https://github.com/Samagra-Development/WarpSQL/commit/a76b4056817e8a66372afbc1dcb93a52c05255b5#diff-7690d8992f5f897a69eda7598cede55cL72) | | [-](https://dashboard.gitguardian.com/incidents/secrets) | AWS Keys | 1d0870599a161e979dd6fefe238237e3c8f40b68 | Dockerfile | [View secret](https://github.com/Samagra-Development/WarpSQL/commit/1d0870599a161e979dd6fefe238237e3c8f40b68#diff-3254677a7917c6c01f55212f86c57fbfR50) | | [-](https://dashboard.gitguardian.com/incidents/secrets) | AWS Keys | 706f7e9c820a9327c3dab18529f0dfbd15365776 | bitnami/Dockerfile | [View secret](https://github.com/Samagra-Development/WarpSQL/commit/706f7e9c820a9327c3dab18529f0dfbd15365776#diff-7690d8992f5f897a69eda7598cede55cR72) | | [-](https://dashboard.gitguardian.com/incidents/secrets) | AWS Keys | f18770e7c3d3cf18deb6b79a1cf5ccc58db23c35 | docker-compose.yml | [View secret](https://github.com/Samagra-Development/WarpSQL/commit/f18770e7c3d3cf18deb6b79a1cf5ccc58db23c35#diff-4e5e90c6228fd48698d074241c2ba760R46) |
🛠 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/aws_iam#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!