-
Notifications
You must be signed in to change notification settings - Fork 0
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
v0.9.0 #307
Conversation
…loyment Feature/backend/model deployment
Feat/mobile/appearance page
…egration Feat/backend/webauthn integration
…/COS301-SE-2024/occupi into feature/backend/Model_Deployment
…loyment Feature/backend/model deployment
…ckerfile and docker-compose file and actions
Feat/web/settings page
The code changes in `SideNav.tsx` simplify the navigation logic in the `setSelectedPanelF` function and the `selectPanel` function. Instead of using multiple `if` statements, the code now uses a series of `else if` statements to navigate to the appropriate page based on the selected panel. This improves code readability and maintainability.
Feature/ai/ai endpoints
…cludes the `MiddlewareService`, `MiddlewareAccessToken`, and `MiddlewareTarget` constants. These options allow for customization of the middleware service used in the application. The default values are provided if the corresponding environment variables are not set.
…ling-setup feat: Add monitoring and observability middleware
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
13149987 | Triggered | Generic Password | 3c76ba4 | frontend/occupi-mobile4/services/authservices.ts | View secret |
13149987 | Triggered | Generic Password | e9cc470 | frontend/occupi-mobile4/services/authservices.ts | View secret |
13149987 | Triggered | Generic Password | 91d331e | frontend/occupi-mobile4/services/authservices.ts | View secret |
13149987 | Triggered | Generic Password | fe2fd15 | frontend/occupi-mobile4/services/authservices.ts | View secret |
13149987 | Triggered | Generic Password | f5162a7 | frontend/occupi-mobile4/services/authservices.ts | View secret |
13149987 | Triggered | Generic Password | 4defd46 | frontend/occupi-mobile4/services/authservices.ts | View secret |
13149987 | Triggered | Generic Password | f91393b | frontend/occupi-mobile4/services/authservices.ts | View secret |
13307411 | Triggered | Generic High Entropy Secret | 3baaa29 | occupi-backend/counter/config.json | View secret |
13307411 | Triggered | Generic High Entropy Secret | e2cce6e | occupi-backend/counter/config.json | View secret |
13307412 | Triggered | Generic High Entropy Secret | e2cce6e | occupi-backend/counter/config.json | View secret |
13307412 | Triggered | Generic High Entropy Secret | 3baaa29 | occupi-backend/counter/config.json | View secret |
13307413 | Triggered | Generic Password | e2cce6e | occupi-backend/counter/config.json | View secret |
13307413 | Triggered | Generic Password | 3baaa29 | occupi-backend/counter/config.json | View secret |
13307414 | Triggered | Generic High Entropy Secret | e2cce6e | occupi-backend/counter/config.json | View secret |
13307414 | Triggered | Generic High Entropy Secret | 3baaa29 | occupi-backend/counter/config.json | 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.
Description
v0.9.0 release
Fixes # (issue)
Type of change
Please delete options that are not relevant.
N/A there are too many changes to include here, please refer to the release notes
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
N/A
Checklist: