diff --git a/CHANGELOG.md b/CHANGELOG.md index 441e486..55eacfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to InboxIntel are documented here. Format follows [Semantic Versioning](https://semver.org/). See [docs/WORKFLOW.md](docs/WORKFLOW.md). ## [Unreleased] +### Security +- Patched all High/Moderate NuGet advisories the new dependency gate surfaced: + `System.Text.Json` 8.0.0→8.0.6, `Microsoft.Extensions.Caching.Memory` 8.0.0→8.0.1 + (+ `DependencyInjection.Abstractions`→8.0.2), `System.Security.Cryptography.Xml` + 8.0.1→8.0.3 (transitive pins), and `MailKit`/`MimeKit` 4.13.0→4.17.0. + ### Added - CI/CD pipeline (`.gitea/workflows/`): `security` (gitleaks secret scan + NuGet/npm vulnerability gate), `deploy-staging` (auto-redeploy local staging on `develop`), diff --git a/src/InboxIntel.Application/InboxIntel.Application.csproj b/src/InboxIntel.Application/InboxIntel.Application.csproj index cf93528..ed04e5a 100644 --- a/src/InboxIntel.Application/InboxIntel.Application.csproj +++ b/src/InboxIntel.Application/InboxIntel.Application.csproj @@ -6,10 +6,13 @@ - + + + + diff --git a/src/InboxIntel.Infrastructure/InboxIntel.Infrastructure.csproj b/src/InboxIntel.Infrastructure/InboxIntel.Infrastructure.csproj index 01875f8..37f6a69 100644 --- a/src/InboxIntel.Infrastructure/InboxIntel.Infrastructure.csproj +++ b/src/InboxIntel.Infrastructure/InboxIntel.Infrastructure.csproj @@ -19,7 +19,13 @@ - + + + + +