-
-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alexleung/dev branch online #2021
Alexleung/dev branch online #2021
Conversation
Dev/v0.7.0
Test/v0.7.0
Dev/v0.7.0
Test/v0.7.0
sync master to test
Dev/v0.7.0
Dev/v0.7.0
Dev/v0.7.0
Dev/v0.7.0
Test/v0.7.0
Dev/v0.7.0
Alexleung/dev branch latest sync
Alexleung/dev branch latest sync
Refactor Logging + Fix Rotating Log Upload Bug
…load Rotating Upload Fix Initialization
…load Minor fixes + Test
…ogging Refactor inference runtime logging.
…ecision Logging timestamp with millisecond granularity
…ogging [Deploy] Unified Log Prefix for Logs Inside Inference Container
…r received worker's result.
[Deploy] Hotfix crosstalk issue
Pr update fail rollback
…anch_online # Conflicts: # python/fedml/__init__.py # python/fedml/computing/scheduler/master/server_runner.py # python/fedml/computing/scheduler/model_scheduler/device_client_runner.py # python/fedml/computing/scheduler/model_scheduler/device_model_cache.py # python/fedml/computing/scheduler/model_scheduler/device_model_deployment.py # python/fedml/computing/scheduler/model_scheduler/device_model_msg_object.py # python/fedml/computing/scheduler/model_scheduler/device_replica_controller.py # python/fedml/computing/scheduler/model_scheduler/device_replica_handler.py # python/fedml/computing/scheduler/model_scheduler/device_server_runner.py # python/fedml/computing/scheduler/scheduler_core/endpoint_sync_protocol.py # python/fedml/computing/scheduler/slave/client_runner.py # python/fedml/core/mlops/__init__.py # python/setup.py
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
8620351 | Triggered | Generic High Entropy Secret | ac2d3cb | python/fedml/workflow/driver_example/main.py | View secret |
8620351 | Triggered | Generic High Entropy Secret | d620265 | python/fedml/workflow/driver_example/main.py | View secret |
8620351 | Triggered | Generic High Entropy Secret | 6e13d6e | python/fedml/workflow/driver_example/main.py | View secret |
8620351 | Triggered | Generic High Entropy Secret | a7505ce | python/fedml/workflow/driver_example/main.py | View secret |
8620351 | Triggered | Generic High Entropy Secret | 9890b2e | python/tests/test_model_cli/run_test.py | View secret |
8620351 | Triggered | Generic High Entropy Secret | bedc27f | python/tests/test_model_cli/run_test.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | 1861527 | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | 1861527 | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | 1861527 | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | 532d452 | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | 532d452 | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | 532d452 | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | ac2d3cb | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | ac2d3cb | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | ac2d3cb | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | d620265 | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | d620265 | python/fedml/workflow/driver_example/main.py | View secret |
9351613 | Triggered | Generic High Entropy Secret | d620265 | python/fedml/workflow/driver_example/main.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | ac2d3cb | python/fedml/workflow/driver_example/main.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | d620265 | python/fedml/workflow/driver_example/main.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | 6e13d6e | python/fedml/workflow/driver_example/main.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | 6e13d6e | python/fedml/workflow/driver_example/customized_job_example/customized_workflow.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | a7505ce | python/fedml/workflow/driver_example/customized_job_example/customized_workflow.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | a7505ce | python/fedml/workflow/driver_example/main.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | 7a4d4e1 | python/fedml/workflow/driver_example/customized_job_example/customized_workflow.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | 537f699 | python/fedml/workflow/driver_example/customized_job_example/customized_workflow.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | af3b0ba | python/fedml/api/api_test.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | da8beca | python/fedml/api/api_test.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | 491928a | python/fedml/workflow/driver_example/main.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | 1dbebc0 | python/fedml/workflow/driver_example/main.py | View secret |
9453265 | Triggered | Generic High Entropy Secret | a760ca9 | python/fedml/workflow/driver_example/main.py | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. 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 for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit 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!
No description provided.