Bump test dependencies to resolve System.Net.Http vulnerability, update workflows and README#692
Merged
HarithaVattikuti merged 4 commits intoJan 13, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses a security vulnerability (CVE-2018-8292) in the transitive dependency System.Net.Http 4.3.0 by upgrading test dependencies to their latest versions, and resolves documentation issues related to Windows CMD shell formatting of global.json files. The changes include comprehensive version updates throughout test files and workflows to use .NET 8.0, 9.0, and 10.0.
Key Changes:
- Upgraded test dependencies: Microsoft.NET.Test.Sdk to 18.0.1, MSTest.TestAdapter and MSTest.TestFramework to 4.0.2, successfully eliminating the System.Net.Http 4.3.0 vulnerability
- Updated all test files and workflows from .NET 6.0/7.0 references to 9.0/10.0 for current relevance
- Consolidated workflow test jobs to reduce duplication while maintaining comprehensive coverage across all supported operating systems
- Added documentation note about Windows shell requirements for
global.jsongeneration
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
__tests__/e2e-test-csproj/test.csproj |
Updated test dependencies to latest secure versions (Microsoft.NET.Test.Sdk 18.0.1, MSTest packages 4.0.2) |
__tests__/e2e-test-csproj/packages.lock.json |
Regenerated lock file with updated dependencies targeting net10.0, removing vulnerable System.Net.Http 4.3.0 |
__tests__/e2e-test-csproj/Test.cs |
Fixed assertion parameter order to follow MSTest conventions (expected, actual) |
__tests__/e2e-test-csproj/AssemblyInfo.cs |
Added DoNotParallelize attribute for sequential test execution |
__tests__/verify-dotnet.ps1 |
Added support for .NET 10.0 framework mapping |
__tests__/setup-dotnet.test.ts |
Updated test version references from 6.0 to 10.0 |
__tests__/installer.test.ts |
Updated test version references from 3.1/6.0 to 10.0 for consistency |
README.md |
Updated actions/checkout from v5 to v6, version examples to 8.0/9.0/10.0, and added Windows shell guidance |
.github/workflows/test-dotnet.yml |
Updated matrix to test .NET 8.0, 9.0, 10.0 instead of 6.0, 7.0, 8.0, 9.0 |
.github/workflows/e2e-tests.yml |
Consolidated test jobs and updated versions to 9.0/10.0, expanding OS matrix to include ubuntu-latest and macos-latest |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aparnajyothi-y
previously approved these changes
Dec 29, 2025
mahabaleshwars
approved these changes
Dec 30, 2025
aparnajyothi-y
approved these changes
Dec 30, 2025
HarithaVattikuti
approved these changes
Jan 13, 2026
This was referenced Jan 21, 2026
Closed
mergify Bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
May 3, 2026
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.2.0. Release notes *Sourced from [actions/setup-dotnet's releases](https://github.com/actions/setup-dotnet/releases).* > v5.2.0 > ------ > > What's changed > -------------- > > ### Enhancements > > * Add support for workloads input by [`@gowridurgad`](https://github.com/gowridurgad) in [actions/setup-dotnet#693](https://redirect.github.com/actions/setup-dotnet/pull/693) > * Add support for optional architecture input for cross-architecture .NET installs by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#700](https://redirect.github.com/actions/setup-dotnet/pull/700) > > ### Dependency Updates > > * Upgrade fast-xml-parser from 4.4.1 to 5.3.6 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#671](https://redirect.github.com/actions/setup-dotnet/pull/671) > * Upgrade minimatch from 3.1.2 to 3.1.5 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#705](https://redirect.github.com/actions/setup-dotnet/pull/705) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.2.0> > > v5.1.0 > ------ > > What's Changed > -------------- > > ### Documentation > > * Readme update for environment variable on self hosted linux runners by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#689](https://redirect.github.com/actions/setup-dotnet/pull/689) > * Contributor icon updates by [`@Falco20019`](https://github.com/Falco20019) in [actions/setup-dotnet#604](https://redirect.github.com/actions/setup-dotnet/pull/604) > > ### Dependency updates > > * Upgrade actions/checkout from 5 to 6 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#684](https://redirect.github.com/actions/setup-dotnet/pull/684) > * Upgrade to latest actions packages by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/setup-dotnet#687](https://redirect.github.com/actions/setup-dotnet/pull/687) > * Upgrade dependencies in testproject and checkout in Readme by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#692](https://redirect.github.com/actions/setup-dotnet/pull/692) > > New Contributors > ---------------- > > * [`@priya-kinthali`](https://github.com/priya-kinthali) made their first contribution in [actions/setup-dotnet#689](https://redirect.github.com/actions/setup-dotnet/pull/689) > * [`@Falco20019`](https://github.com/Falco20019) made their first contribution in [actions/setup-dotnet#604](https://redirect.github.com/actions/setup-dotnet/pull/604) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.1.0> > > v5.0.1 > ------ > > What's Changed > -------------- > > * Upgrade typescript from 5.4.2 to 5.9.2 and document breaking changes in v5 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#624](https://redirect.github.com/actions/setup-dotnet/pull/624) > * Upgrade eslint-plugin-jest from 27.9.0 to 29.0.1 by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#648](https://redirect.github.com/actions/setup-dotnet/pull/648) > * Upgrade actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-15-intel by [`@dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#665](https://redirect.github.com/actions/setup-dotnet/pull/665) > > **Full Changelog**: <actions/setup-dotnet@v5...v5.0.1> > > v5.0.0 > ------ > > What's Changed > -------------- > > ### Breaking Changes > > * Upgrade to Node.js 24 and modernize async usage by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/setup-dotnet#654](https://redirect.github.com/actions/setup-dotnet/pull/654) > > Make sure your runner is updated to this version or newer to use this release. v2.327.1 [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) > > ### Dependency Updates ... (truncated) Commits * [`c2fa09f`](actions/setup-dotnet@c2fa09f) Bump minimatch from 3.1.2 to 3.1.5 ([#705](https://redirect.github.com/actions/setup-dotnet/issues/705)) * [`02574b1`](actions/setup-dotnet@02574b1) Add support for optional architecture input for cross-architecture .NET insta... * [`16c7b3c`](actions/setup-dotnet@16c7b3c) Bump fast-xml-parser from 4.4.1 to 5.3.6 ([#671](https://redirect.github.com/actions/setup-dotnet/issues/671)) * [`131b410`](actions/setup-dotnet@131b410) Add support for workloads input ([#693](https://redirect.github.com/actions/setup-dotnet/issues/693)) * [`baa11fb`](actions/setup-dotnet@baa11fb) Bump test dependencies to resolve System.Net.Http vulnerability, update workf... * [`24ec4f2`](actions/setup-dotnet@24ec4f2) Upgrade to latest actions packages ([#687](https://redirect.github.com/actions/setup-dotnet/issues/687)) * [`4c100cb`](actions/setup-dotnet@4c100cb) Fix icons ([#604](https://redirect.github.com/actions/setup-dotnet/issues/604)) * [`25328d8`](actions/setup-dotnet@25328d8) Bump actions/checkout from 5 to 6 ([#684](https://redirect.github.com/actions/setup-dotnet/issues/684)) * [`937b8dd`](actions/setup-dotnet@937b8dd) Update README with note on setting DOTNET\_INSTALL\_DIR for Linux permission is... * [`2016bd2`](actions/setup-dotnet@2016bd2) Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-... * Additional commits viewable in [compare view](actions/setup-dotnet@67a3573...c2fa09f) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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.
Description:
This PR includes:
Bumps test dependencies in
__tests__/e2e-test-csproj/test.csprojto their latest available versions:Microsoft.NET.Test.Sdkfrom 15.5.0-preview-20170810-02 to 18.0.1.MSTest.TestAdapterfrom 1.1.18 to 4.0.2.MSTest.TestFrameworkfrom 1.1.18 to 4.0.2.Updates workflow configuration for improved clarity and removes references to older .NET versions.
Updates the README:
pwshorbashwhen generating a temporaryglobal.jsonon Windows to avoid formatting issues.Related issues:
#676
#683
Check list: