What changed, and why it matters
This commit simply updates four external software library (NuGet package) versions to newer patch releases. There are no code changes shown, and the commit message gives no indication that any security issue is being fixed. It looks like a routine dependency refresh.
No immediate action is required based on this commit alone. If the bumped packages contain security fixes, review the upstream NBitcoin and BTCPayServer.Lightning.All release notes and consider applying the update in production after normal testing.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff bumps NBitcoin 10.0.10→10.0.11, NBitcoin.Altcoins 6.0.4→6.0.5, and BTCPayServer.Lightning.All 1.7.8→1.7.10 across four .csproj files. No source code, configuration, or behavior changes are present in the commit. No release notes, CVEs, or vendor security advisories were supplied.
Changed components
BTCPayServer.Client/BTCPayServer.Client.csprojBTCPayServer.Data/BTCPayServer.Data.csprojBTCPayServer.Rating/BTCPayServer.Rating.csprojBTCPayServer/BTCPayServer.csprojInspect captured patch +5 / −5
### BTCPayServer.Client/BTCPayServer.Client.csproj
@@ -31,7 +31,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="BTCPayServer.Lightning.Common" Version="1.7.2" />
- <PackageReference Include="NBitcoin" Version="10.0.10" />
+ <PackageReference Include="NBitcoin" Version="10.0.11" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
### BTCPayServer.Data/BTCPayServer.Data.csproj
@@ -9,7 +9,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.11" />
- <PackageReference Include="NBitcoin.Altcoins" Version="6.0.4" />
+ <PackageReference Include="NBitcoin.Altcoins" Version="6.0.5" />
<PackageReference Include="Dapper" Version="2.1.79" />
</ItemGroup>
<ItemGroup>
### BTCPayServer.Rating/BTCPayServer.Rating.csproj
@@ -6,7 +6,7 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.6.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
- <PackageReference Include="NBitcoin" Version="10.0.10" />
+ <PackageReference Include="NBitcoin" Version="10.0.11" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="DigitalRuby.ExchangeSharp" Version="1.2.1" />
</ItemGroup>
### BTCPayServer/BTCPayServer.csproj
@@ -34,11 +34,11 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="NBitcoin" Version="10.0.10" />
+ <PackageReference Include="NBitcoin" Version="10.0.11" />
<PackageReference Include="YamlDotNet" Version="16.3.0" />
<PackageReference Include="BIP78.Sender" Version="0.2.5" />
<PackageReference Include="BTCPayServer.Hwi" Version="2.0.6" />
- <PackageReference Include="BTCPayServer.Lightning.All" Version="1.7.8" />
+ <PackageReference Include="BTCPayServer.Lightning.All" Version="1.7.10" />
<PackageReference Include="CsvHelper" Version="33.1.0" />
<PackageReference Include="Fido2" Version="4.0.1" />
<PackageReference Include="Fido2.AspNet" Version="4.0.1" />Why this scored 3/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.