Skip to content
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

Merged
merged 1,110 commits into from
Aug 12, 2024
Merged

v0.9.0 #307

merged 1,110 commits into from
Aug 12, 2024

Conversation

waveyboym
Copy link
Member

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:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

waveyboym and others added 30 commits August 3, 2024 23:11
…loyment

Feature/backend/model deployment
…egration

Feat/backend/webauthn integration
…loyment

Feature/backend/model deployment
Tinashe-Austin and others added 19 commits August 12, 2024 10:49
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.
…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
@waveyboym waveyboym added For: backend This is mainly for the backend code platform: mobile This is related to mobile platforms platform: web/desktop This is related to web/desktop platforms labels Aug 12, 2024
@waveyboym waveyboym added this to the Week 6 Sprint 3 FINAL!!! milestone Aug 12, 2024
Copy link

gitguardian bot commented Aug 12, 2024

⚠️ GitGuardian has uncovered 15 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
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
  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 the best practices.
  3. Revoke and rotate these secrets.
  4. 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


🦉 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.

@waveyboym waveyboym merged commit 0da0807 into master Aug 12, 2024
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For: backend This is mainly for the backend code platform: mobile This is related to mobile platforms platform: web/desktop This is related to web/desktop platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants