Skip to content

Conversation

@dkmnx
Copy link
Owner

@dkmnx dkmnx commented Jan 20, 2026

The Get-FileHashCompat function returns a hashtable with a Hash key, but Test-Checksum was calling .ToLower() on the hashtable itself instead of the hash string. Changed $hash.ToLower() to $hash.Hash.ToLower().

The Get-FileHashCompat function returns a hashtable with a Hash key,
but Test-Checksum was calling .ToLower() on the hashtable itself
instead of the hash string. Changed $hash.ToLower() to $hash.Hash.ToLower().
@dkmnx dkmnx merged commit d73c93f into main Jan 20, 2026
11 checks passed
@dkmnx dkmnx deleted the fix/issue-pwsh-installer branch January 20, 2026 02:46
dkmnx added a commit that referenced this pull request Jan 30, 2026
- Update coverage metrics: cmd package at 53.4%, overall at 79.5%
- Document why original 70% target was not achievable
- Add comprehensive analysis of coverage gaps and integration test coverage
- Add resolution summary showing all high/medium priority issues RESOLVED
- Document new tests: cmd/audit_helpers_test.go (343 lines, 6 functions)

High and medium priority security issues (#1, #2, #3, #4, #5, #10) are now RESOLVED.
dkmnx added a commit that referenced this pull request Feb 9, 2026
fix(installer): correct hashtable access for checksum hash
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.

1 participant