Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions CHANGELOG/v7.6/dependencychanges.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,52 @@
"AdvisoryUrls": [],
"Justification": "Updated .NET SDK. Building with the latest SDK is required.",
"TimestampUtc": "2026-07-15T15:01:47.0062032Z"
},
{
"ChangeType": "Security",
"Branch": "release/v7.6.5",
"PackageId": "System.Security.Cryptography.Xml",
"FromVersion": "10.0.6",
"ToVersion": "10.0.10",
"VulnerabilityId": [
"CVE-2026-47302",
"CVE-2026-47304",
"CVE-2026-50525",
"CVE-2026-50527",
"CVE-2026-50648",
"GHSA-23RF-6693-G89P",
"GHSA-8Q5V-6PQQ-X66H",
"GHSA-CVVH-RHRC-WG4Q",
"GHSA-G8R8-53C2-PM3F",
"GHSA-MMJF-RQRV-855V"
],
"Severity": [
"high"
],
"VulnerableRanges": [
"[10.0.0, 10.0.9]"
],
"AdvisoryUrls": [
"https://github.com/advisories/GHSA-23rf-6693-g89p",
"https://github.com/advisories/GHSA-8q5v-6pqq-x66h",
"https://github.com/advisories/GHSA-cvvh-rhrc-wg4q",
"https://github.com/advisories/GHSA-g8r8-53c2-pm3f",
"https://github.com/advisories/GHSA-mmjf-rqrv-855v"
],
"Justification": "",
"TimestampUtc": "2026-08-08T02:42:35.4810370Z"
},
{
"ChangeType": "NonSecurity",
"Branch": "release/v7.6.5",
"PackageId": "System.Security.Cryptography.Pkcs",
"FromVersion": "10.0.6",
"ToVersion": "10.0.10",
"VulnerabilityId": [],
"Severity": [],
"VulnerableRanges": [],
"AdvisoryUrls": [],
"Justification": "Required by System.Security.Cryptography.Xml 10.0.10 dependency constraint '[10.0.10, )'.",
"TimestampUtc": "2026-08-08T02:42:35.4946389Z"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.5" />
<PackageReference Include="System.Reflection.Context" Version="10.0.5" />
<PackageReference Include="System.Runtime.Caching" Version="10.0.5" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.6" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.10" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.5" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.6" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.10" />
<PackageReference Include="System.Security.Permissions" Version="10.0.5" />
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
<PackageReference Include="System.ServiceModel.Http" Version="10.0.652802" />
Expand Down
4 changes: 2 additions & 2 deletions test/tools/TestService/TestService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<PackageReference Include="System.Management" Version="10.0.5" />
<PackageReference Include="System.Reflection.Context" Version="10.0.5" />
<PackageReference Include="System.Runtime.Caching" Version="10.0.5" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.6" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.10" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.5" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.6" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.10" />
<PackageReference Include="System.Security.Permissions" Version="10.0.5" />
<PackageReference Include="System.ServiceModel.Syndication" Version="10.0.5" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.5" />
Expand Down
4 changes: 2 additions & 2 deletions tools/cgmanifest/main/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Cryptography.Pkcs",
"Version": "10.0.6"
"Version": "10.0.10"
}
},
"DevelopmentDependency": false
Expand All @@ -646,7 +646,7 @@
"Type": "nuget",
"Nuget": {
"Name": "System.Security.Cryptography.Xml",
"Version": "10.0.6"
"Version": "10.0.10"
}
},
"DevelopmentDependency": false
Expand Down
Loading