Skip to content

deps(uitests): Bump System.Management from 10.0.7 to 10.0.8#398

Merged
laurentiu021 merged 1 commit into
mainfrom
dependabot/nuget/SysManager/SysManager/System.Management-10.0.8
May 18, 2026
Merged

deps(uitests): Bump System.Management from 10.0.7 to 10.0.8#398
laurentiu021 merged 1 commit into
mainfrom
dependabot/nuget/SysManager/SysManager/System.Management-10.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor

Updated System.Management from 10.0.7 to 10.0.8.

Release notes

Sourced from System.Management's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

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 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 <dependency name> 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)

Summary by CodeRabbit

  • Chores
    • Updated core system management library to the latest patch version for enhanced stability and security improvements.

Review Change Stack

---
updated-dependencies:
- dependency-name: System.Management
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, tests. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from laurentiu021 as a code owner May 15, 2026 12:49
@coderabbitai

coderabbitai Bot commented May 15, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cba7abb5-f422-4c0a-938b-8a85ae176100

📥 Commits

Reviewing files that changed from the base of the PR and between 940e583 and 3d76b6d.

📒 Files selected for processing (1)
  • SysManager/SysManager/SysManager.csproj
📜 Recent review details
🔇 Additional comments (1)
SysManager/SysManager/SysManager.csproj (1)

43-43: LGTM!


📝 Walkthrough

Walkthrough

The System.Management NuGet package reference in SysManager.csproj is updated from version 10.0.7 to 10.0.8. This is a patch-level dependency version bump with no changes to build properties or other package references.

Changes

Dependency Updates

Layer / File(s) Summary
System.Management version bump
SysManager/SysManager/SysManager.csproj
System.Management NuGet package version is updated from 10.0.7 to 10.0.8.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A tiny hop, a version bump,
From point-seven to point-eight they jump,
No breaking changes, just a peaceful stride,
System.Management, updated with pride! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: a dependency version bump of System.Management from 10.0.7 to 10.0.8 in the SysManager project, matching the file-level changes exactly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/nuget/SysManager/SysManager/System.Management-10.0.8

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@laurentiu021
laurentiu021 merged commit b45555f into main May 18, 2026
5 checks passed
@laurentiu021
laurentiu021 deleted the dependabot/nuget/SysManager/SysManager/System.Management-10.0.8 branch May 18, 2026 07:36
laurentiu021 added a commit that referenced this pull request May 22, 2026
## Summary

**Batch 3** of the QA bug fix series.

### Issue #397 — Incomplete input validation in UninstallerService
Replaced blacklist validation (block quotes/null only) with a proper
whitelist regex:
- Only allows \[a-zA-Z0-9._\-/+]\ — matches valid winget package ID
format
- Applied to both \UninstallerService.UninstallAsync\ and
\WingetService.UpgradeAsync\
- Uses \GeneratedRegex\ for compile-time optimization
- Max 256 chars to prevent abuse

### Issue #398 — Missing null checks on registry/process APIs
**Verified all code is already safe:**
- All \OpenSubKey()\ calls in StartupService, PerformanceService,
ProcessManagerService, UninstallerService, IconExtractorService already
check for null
- All Process API access in ProcessManagerService already wrapped in
try-catch for access-denied
- PerformanceViewModel already checks \FindNvidiaSubKey() != null\
before use
- No code changes needed — closing as verified safe

### Testing
- Build: 0 errors
- No behavior changes for valid package IDs
- Invalid IDs now rejected more strictly

Closes #397, Closes #398

Co-authored-by: laurentiu021 <laurentiu021@users.noreply.github.com>
laurentiu021 added a commit that referenced this pull request May 22, 2026
Adds CHANGELOG entries for all 9 releases from the QA bug fix session:

- **v0.28.16** — Dispose lifecycle (#395, #410)
- **v0.28.17** — CTS disposal + bare catch (#396, #413)
- **v0.28.18** — Input validation + null checks (#397, #398)
- **v0.28.19** — JSON error handling (#400)
- **v0.28.20** — Drive scanning + cache eviction + ConfigureAwait (#401,
#402, #403)
- **v0.28.21** — Audit logging + error messages (#405, #407)
- **v0.28.22** — SHA256 verification (#408, #409)
- **v0.28.23** — Service timeout + snapshot persist + traceroute DNS
(#414, #415, #416)
- **v0.28.24** — Accessibility (#411)

18 bugs fixed in total.

Co-authored-by: laurentiu021 <laurentiu021@users.noreply.github.com>
laurentiu021 pushed a commit that referenced this pull request May 22, 2026
---
updated-dependencies:
- dependency-name: System.Management
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants