Skip to content

Conversation

@giovanninocco
Copy link
Member

No description provided.

Updated Roslynator.Analyzers to 4.12.9 and Scrutor to 5.0.1.
Enhanced JwtOptions with XML docs and new default values.
Refactored RabbitMQ config in ServiceCollectionExtensions.
Added JWT settings to appsettings.json and disabled azureKeyVault.
Updated various Microsoft.Extensions packages in Genocs.Core.csproj.
Tested to use auth with simmetric key.
Updated project references in various .csproj files to use newer versions of dependencies. Removed `netstandard2.1` from target frameworks in `Genocs.Common.csproj` and `Genocs.Core.csproj`. Changed primary key type from `int` to `Guid` for several domain entities and interfaces. Improved documentation comments and exception handling. Made `Id` property non-nullable in `Entity` class. Added `net8.0` target framework to `Genocs.SignalR.WebApi.csproj` and reorganized `Content` item group for certificates.
Updated project versions to 6.2.0 and replaced Jaeger tracing with OpenTelemetry across various projects. Enhanced Swagger configuration, improved null safety with nullable reference types, and refactored code for better readability and maintainability. Removed unnecessary metadata from project files and updated package references to specific versions.
Updated Directory.Build.props to use Roslynator.Analyzers 4.12.9.
Removed net8.0 and net7.0 FrameworkReferences from Genocs.Core.csproj.
Now, Microsoft.AspNetCore.App is referenced only for net6.0.
Updated `Directory.Build.props` to include additional files for packaging. Removed these files from multiple `.csproj` files. Updated `Genocs.Core.Demo.WebApi.csproj` and `Genocs.Core.Demo.Worker.csproj` to reference `MassTransit.RabbitMQ` v8.3.0. Updated `Genocs.Secrets.AzureKeyVault.csproj` to reference `Azure.Identity` v1.13.1. Added new package references for Release configuration in `Genocs.APIGateway.csproj` and `Genocs.Orders.WebApi.csproj`.
Updated various Genocs package references from version 6.2.0 to 6.3.0 across multiple project files. This includes updates to `Genocs.Core`, `Genocs.QueryBuilder`, `Genocs.Persistence.MongoDb`, `Genocs.MessageBrokers.RabbitMQ`, `Genocs.Tracing`, `Genocs.WebApi`, and other related packages. Removed redundant `<Version>6.2.0</Version>` tags from several project files to streamline version management.
@gitguardian
Copy link

gitguardian bot commented Nov 3, 2024

⚠️ GitGuardian has uncovered 2 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
13626644 Triggered Generic Password ee78547 containers/infrastructure-oracle.yml View secret
13626644 Triggered Generic Password ee78547 containers/infrastructure-mysql.yml 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.

@giovanninocco giovanninocco merged commit 5c6d592 into main Nov 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants