fix(deps): bump SQLitePCLRaw.lib.e_sqlite3 to 3.50.3 (GHSA-2m69-gcr7-jv3q)#547
Merged
Conversation
…jv3q) Pin SQLitePCLRaw.lib.e_sqlite3 to 3.50.3 (patched against CVE-2025-6965 / GHSA-2m69-gcr7-jv3q) in Directory.Packages.props and add explicit PackageReference entries in the four projects that directly pull in Microsoft.Data.Sqlite or Microsoft.EntityFrameworkCore.Sqlite to ensure NuGet resolves the pinned version rather than the transitive 2.1.11. Remove the now-unnecessary NuGetAuditSuppress for GHSA-2m69-gcr7-jv3q from Directory.Build.props. Build verified clean: dotnet restore + dotnet build with TreatWarningsAsErrors=true, 0 warnings, 0 errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Dependency ReviewThe following issues were found:
License Issuessrc/JD.AI.Channels.Queue/JD.AI.Channels.Queue.csproj
src/JD.AI.Core/JD.AI.Core.csproj
src/JD.AI.Workflows/JD.AI.Workflows.csproj
src/JD.AI/JD.AI.csproj
OpenSSF Scorecard
Scanned Files
|
Contributor
Code Coverage |
Contributor
Test Results7 641 tests 7 622 ✅ 2m 29s ⏱️ Results for commit 1c333cb. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SQLitePCLRaw.lib.e_sqlite3to 3.50.3 inDirectory.Packages.props— this version bundles SQLite 3.50.2 which contains the fix for CVE-2025-6965 (GHSA-2m69-gcr7-jv3q)<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" />(no version; CPM pins it) to the four projects that directly referenceMicrosoft.Data.Sqlite/Microsoft.EntityFrameworkCore.Sqlite:JD.AI,JD.AI.Core,JD.AI.Channels.Queue,JD.AI.WorkflowsNuGetAuditSuppressblock for GHSA-2m69-gcr7-jv3q fromDirectory.Build.props— the suppression comment noted it should be removed once a patched release ships; 3.50.3 is that release (also successfully applied to QuickApiMapper fix: pass model ID to Anthropic chat clients #125, McpManager feat: Tool Loadouts / Toolbelts for Agent Tooling #116, WrapGod test: fix analyzer violations in approval-related tests #227, PokManagerUI refactor: decompose Program.cs into 5 focused startup modules (1007→316 lines) #121 with no EF Core 9.x/10.x incompatibilities)Test plan
dotnet restore— clean, no NU1903 advisory warningsdotnet build --no-restore -warnaserror— Build succeeded, 0 warnings, 0 errors (withTreatWarningsAsErrors=trueactive)🤖 Generated with Claude Code