upstage-org / upstage

UpStage is a platform for cyberformance: remote players combine digital media in real-time for an online audience. All you need is a web browser!
https://upstage.org.nz
GNU General Public License v3.0
21 stars 0 forks source link

Register French and Swedish translations #1215

Closed mister-teddy closed 9 months ago

mister-teddy commented 9 months ago

Please Squash and merge the commits since the translations were made on main, so I had to do a git pull 😅 The content of this PR is quite small tho.

gitguardian[bot] commented 9 months 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 | GitGuardian status | Secret | Commit | Filename | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [9098446](https://dashboard.gitguardian.com/incidents/9098446?occurrence=121798324) | Triggered | Generic High Entropy Secret | c8d7a8a0c258f51ee303a22497f19d40c283a934 | auth/auth_api.py | [View secret](https://github.com/upstage-org/upstage/commit/c8d7a8a0c258f51ee303a22497f19d40c283a934#diff-831b2a0e3f0e998913c90c5d34258ac367e931f5dc5181a745025884e4813e46L818) | | [9098446](https://dashboard.gitguardian.com/incidents/9098446?occurrence=121798345) | Triggered | Generic High Entropy Secret | 36359e7d1f3f2e483d225423904681dbec219d0b | auth/auth_api.py | [View secret](https://github.com/upstage-org/upstage/commit/36359e7d1f3f2e483d225423904681dbec219d0b#diff-831b2a0e3f0e998913c90c5d34258ac367e931f5dc5181a745025884e4813e46L818) | | [1986785](https://dashboard.gitguardian.com/incidents/1986785?occurrence=121798332) | Triggered | Generic High Entropy Secret | c8d7a8a0c258f51ee303a22497f19d40c283a934 | auth/auth_api.py | [View secret](https://github.com/upstage-org/upstage/commit/c8d7a8a0c258f51ee303a22497f19d40c283a934#diff-831b2a0e3f0e998913c90c5d34258ac367e931f5dc5181a745025884e4813e46L803) | | [1986785](https://dashboard.gitguardian.com/incidents/1986785?occurrence=121798352) | Triggered | Generic High Entropy Secret | 36359e7d1f3f2e483d225423904681dbec219d0b | auth/auth_api.py | [View secret](https://github.com/upstage-org/upstage/commit/36359e7d1f3f2e483d225423904681dbec219d0b#diff-831b2a0e3f0e998913c90c5d34258ac367e931f5dc5181a745025884e4813e46L803) | | [1986784](https://dashboard.gitguardian.com/incidents/1986784?occurrence=121798327) | Triggered | Generic High Entropy Secret | 05cd13fc26e2353258b859790e2914740707262c | system/prod/streaming_nms_app.js | [View secret](https://github.com/upstage-org/upstage/commit/05cd13fc26e2353258b859790e2914740707262c#diff-3a86ae3d8ae591c97a7ee2dcbb9fda7ef283c4bf198efac07b8ab4fcdf5a72dfR34) | | [1986784](https://dashboard.gitguardian.com/incidents/1986784?occurrence=121798335) | Triggered | Generic High Entropy Secret | 7b66a34fbff6473def2f6e68a19c60917f97db8c | system/prod/streaming_nms_app.js | [View secret](https://github.com/upstage-org/upstage/commit/7b66a34fbff6473def2f6e68a19c60917f97db8c#diff-3a86ae3d8ae591c97a7ee2dcbb9fda7ef283c4bf198efac07b8ab4fcdf5a72dfL34) | | [1986784](https://dashboard.gitguardian.com/incidents/1986784?occurrence=121798343) | Triggered | Generic High Entropy Secret | c4dab746f0ecc4225cef3460a3878f4690bf6ec8 | system/prod/streaming_nms_app.js | [View secret](https://github.com/upstage-org/upstage/commit/c4dab746f0ecc4225cef3460a3878f4690bf6ec8#diff-3a86ae3d8ae591c97a7ee2dcbb9fda7ef283c4bf198efac07b8ab4fcdf5a72dfL34) | | [1986784](https://dashboard.gitguardian.com/incidents/1986784?occurrence=121798361) | Triggered | Generic High Entropy Secret | 0e06ea8ed5946095d19df45e067338623a5224e4 | system/prod/streaming_nms_app.js | [View secret](https://github.com/upstage-org/upstage/commit/0e06ea8ed5946095d19df45e067338623a5224e4#diff-3a86ae3d8ae591c97a7ee2dcbb9fda7ef283c4bf198efac07b8ab4fcdf5a72dfR34) | | [1986787](https://dashboard.gitguardian.com/incidents/1986787?occurrence=121798337) | Triggered | Generic High Entropy Secret | c8d7a8a0c258f51ee303a22497f19d40c283a934 | auth/auth_api.py | [View secret](https://github.com/upstage-org/upstage/commit/c8d7a8a0c258f51ee303a22497f19d40c283a934#diff-831b2a0e3f0e998913c90c5d34258ac367e931f5dc5181a745025884e4813e46L802) | | [1986787](https://dashboard.gitguardian.com/incidents/1986787?occurrence=121798340) | Triggered | Generic High Entropy Secret | 36359e7d1f3f2e483d225423904681dbec219d0b | auth/auth_api.py | [View secret](https://github.com/upstage-org/upstage/commit/36359e7d1f3f2e483d225423904681dbec219d0b#diff-831b2a0e3f0e998913c90c5d34258ac367e931f5dc5181a745025884e4813e46L802) |
🛠 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_high_entropy_secret#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!