v1.113.0: SMB signing + encryption enforcement#49
Merged
Conversation
Add two SMB server-hardening CLI actions plus an Operations-menu item: - SmbSecurityCheck (read-only): reports SMB server signing/encryption posture (RequireSecuritySignature, EncryptData, RejectUnencryptedAccess, SMBv1). JSON-aware for fleet auditing; makes no changes. - SmbEnforce (reversible): requires SMB signing AND encryption on this host. Captures prior state, registers a session undo action, and is fully Dry-Run aware (queued with an Undo closure that restores prior values). Operations Menu gains [35] SMB Signing & Encryption Enforcement (interactive, confirmation-gated, with an old-client compatibility note). CLI actions 194 -> 196. Section 180 added to the structural suite. The README structural-tests badge now self-heals off the live test total at the end of each local run (5061), so it can no longer drift.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
v1.113.0 — SMB signing + encryption enforcement
Two new SMB server-hardening CLI actions plus an Operations-menu item.
SmbSecurityCheck(read-only) — reports SMB server posture (required/enabled signing,EncryptData,RejectUnencryptedAccess, SMBv1). JSON-aware; no changes.SmbEnforce(reversible) — requires SMB signing and encryption on this host. Captures prior state, registers a session undo action, fully Dry-Run aware (queued with anUndoclosure).CLI actions 194 → 196. Test Section 180 added (5061 structural tests, all green). README structural-tests badge now self-heals off the live test total.