-
Notifications
You must be signed in to change notification settings - Fork 6
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
Demo branch new #36
Demo branch new #36
Conversation
# Conflicts: # demand-capacity-mgmt-backend/src/main/java/org/eclipse/tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/controllers/DemandController.java # demand-capacity-mgmt-backend/src/main/java/org/eclipse/tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/services/impl/CapacityGroupServiceImpl.java # demand-capacity-mgmt-backend/src/main/java/org/eclipse/tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/services/impl/DemandServiceImpl.java # demand-capacity-mgmt-backend/src/main/java/org/eclipse/tractusx/demandcapacitymgmt/demandcapacitymgmtbackend/utils/StatusManager.java
We need to seriously rework statuses. Current implementation of refactors made add or subtract todos.
Missing the Company data
added favorite timestamps added company top list
- Bottleneck view now is the old refactored sumview code. - Condensed table with multiple delta categories and a tooltip. - Refactored backend and frontend and aligned them to the new structure!
Feature/dcmfoss 83
Dcmfoss 126
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
8217820 | Generic High Entropy Secret | 81ed04b | demand-capacity-mgmt-backend/src/main/resources/application.yml | View secret |
8217820 | Generic High Entropy Secret | 9e1ada1 | demand-capacity-mgmt-backend/src/main/resources/application.yml | View secret |
8217820 | Generic High Entropy Secret | 6b0e0e1 | demand-capacity-mgmt-backend/src/main/resources/application.yml | View secret |
8217820 | Generic High Entropy Secret | 600a8bc | demand-capacity-mgmt-backend/src/main/resources/application.yml | View secret |
8217820 | Generic High Entropy Secret | eadeb83 | demand-capacity-mgmt-backend/src/main/resources/application.yml | View secret |
8781932 | Hashicorp Vault Token | de5546e | env | View secret |
8781932 | Hashicorp Vault Token | 72d7d7d | env | View secret |
8781932 | Hashicorp Vault Token | 8734f4d | env | View secret |
8781932 | Hashicorp Vault Token | 56c42b5 | env | View secret |
8813285 | Hashicorp Vault Token | 7662000 | charts/edc/chart/values.yaml | View secret |
8813285 | Hashicorp Vault Token | c1d4d4a | charts/edc/chart/values.yaml | View secret |
8813285 | Hashicorp Vault Token | c1d4d4a | charts/edc/chart/values.yaml | View secret |
8813285 | Hashicorp Vault Token | 7cb1147 | charts/edc/chart/values.yaml | View secret |
8813285 | Hashicorp Vault Token | f635736 | charts/edc/chart/values.yaml | View secret |
8813285 | Hashicorp Vault Token | 76e3253 | charts/edc/chart/values.yaml | View secret |
8813285 | Hashicorp Vault Token | ebda98c | charts/edc/chart/values.yaml | View secret |
8832579 | Generic High Entropy Secret | 7aeb0c3 | charts/edc/chart/values.yaml | View secret |
8832579 | Generic High Entropy Secret | a24998f | charts/edc/chart/values.yaml | View secret |
8832580 | Generic High Entropy Secret | 7aeb0c3 | charts/edc/chart/values.yaml | View secret |
8832580 | Generic High Entropy Secret | a24998f | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 76e3253 | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | ebda98c | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 82dc1c8 | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | ada017e | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 0fc0b50 | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 0fc0b50 | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | f5875d9 | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 60542fc | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 60542fc | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | b2d474e | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 582dfb1 | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | f1150f3 | charts/edc/chart/values.yaml | View secret |
8835346 | Generic High Entropy Secret | bf315d9 | charts/edc/consumer/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 1bd1144 | charts/edc/provider/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 1bd1144 | charts/edc/consumer/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 600a8bc | charts/edc/provider/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 600a8bc | charts/edc/consumer/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 8734f4d | charts/edc/provider/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 8734f4d | charts/edc/consumer/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 56c42b5 | charts/edc/consumer/values.yaml | View secret |
8835346 | Generic High Entropy Secret | 56c42b5 | charts/edc/provider/values.yaml | View secret |
9044680 | Generic High Entropy Secret | 6761865 | demand-capacity-mgmt-backend/src/main/resources/application.yml | View secret |
9044680 | Generic High Entropy Secret | 81ed04b | demand-capacity-mgmt-backend/src/main/resources/application.yml | 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.