Skip to content

WinSentinel v1.10.0 — Security Replay & Topology Analysis

Choose a tag to compare

@sauravbhattacharya001 sauravbhattacharya001 released this 25 Apr 14:27
· 189 commits to main since this release

What's New

🔁 Security Replay CLI (--replay)

Time-travel security debugger that lets you snapshot, bisect, and diff security states across scan runs. Pinpoint exactly when a vulnerability was introduced or resolved by replaying historical scan data.

🗺️ Security Topology CLI (--topology)

Visualize relationships and dependencies between security findings, attack surfaces, and defensive controls. Maps out how vulnerabilities connect across system components.

🛡️ Security Fixes

  • CWE-78 Command Injection fix in \ScheduledTaskAudit\ — \FixCommands\ now properly sanitizes inputs to prevent OS command injection via crafted task names.

⚡ Performance

  • Pre-computed per-run finding key sets in \FindingPersistenceAnalyzer, eliminating redundant set construction during cross-run comparisons.

🧪 Tests

  • 23 new tests for \SecurityReplayService\ covering snapshot creation, bisect search, and state diffing.

Full Changelog: v1.9.0...v1.10.0