mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-04-17 21:34:39 +02:00
v2.2.2: Performance fix for firewall snapshot (60-120s to 2-5s) + version alignment
This commit is contained in:
parent
73b7e7c68e
commit
877e01df37
65 changed files with 183 additions and 137 deletions
27
README.md
27
README.md
|
|
@ -8,7 +8,7 @@
|
|||
[](https://github.com/PowerShell/PowerShell)
|
||||
[](https://www.microsoft.com/windows/)
|
||||
[](LICENSE)
|
||||
[](CHANGELOG.md)
|
||||
[](CHANGELOG.md)
|
||||
[]()
|
||||
|
||||
---
|
||||
|
|
@ -391,13 +391,13 @@ cd noid-privacy
|
|||
|
||||
| Module | Settings | Description | Status |
|
||||
|--------|----------|-------------|--------|
|
||||
| **SecurityBaseline** | 425 | Microsoft Security Baseline 25H2 | v2.2.1 |
|
||||
| **ASR** | 19 | Attack Surface Reduction Rules | v2.2.1 |
|
||||
| **DNS** | 5 | Secure DNS with DoH encryption | v2.2.1 |
|
||||
| **Privacy** | 78 | Telemetry, Bloatware, OneDrive hardening (Strict) | v2.2.1 |
|
||||
| **AntiAI** | 32 | AI lockdown (15 features, 32 compliance checks) | v2.2.1 |
|
||||
| **EdgeHardening** | 24 | Microsoft Edge security (24 policies) | v2.2.1 |
|
||||
| **AdvancedSecurity** | 50 | Beyond MS Baseline (SRP, Legacy protocols, Wireless Display, Discovery Protocols, IPv6) | v2.2.1 |
|
||||
| **SecurityBaseline** | 425 | Microsoft Security Baseline 25H2 | v2.2.2 |
|
||||
| **ASR** | 19 | Attack Surface Reduction Rules | v2.2.2 |
|
||||
| **DNS** | 5 | Secure DNS with DoH encryption | v2.2.2 |
|
||||
| **Privacy** | 78 | Telemetry, Bloatware, OneDrive hardening (Strict) | v2.2.2 |
|
||||
| **AntiAI** | 32 | AI lockdown (15 features, 32 compliance checks) | v2.2.2 |
|
||||
| **EdgeHardening** | 24 | Microsoft Edge security (24 policies) | v2.2.2 |
|
||||
| **AdvancedSecurity** | 50 | Beyond MS Baseline (SRP, Legacy protocols, Wireless Display, Discovery Protocols, IPv6) | v2.2.2 |
|
||||
| **TOTAL** | **633** | **Complete Framework (Paranoid mode)** | **Production** |
|
||||
|
||||
**Release Highlights:**
|
||||
|
|
@ -852,17 +852,20 @@ The authors are not responsible for any damage or data loss.
|
|||
|
||||
## 📈 Project Status
|
||||
|
||||
**Current Version:** 2.2.1
|
||||
**Last Updated:** December 19, 2025
|
||||
**Current Version:** 2.2.2
|
||||
**Last Updated:** December 22, 2025
|
||||
**Status:** Production-Ready
|
||||
|
||||
### Release Highlights v2.2.2
|
||||
|
||||
- **Performance:** Firewall snapshot 60-120s → 2-5s (batch query fix)
|
||||
- Version alignment across 60+ framework files
|
||||
|
||||
### Release Highlights v2.2.1
|
||||
|
||||
- **Critical Fix:** Multi-run session bug (auditpol backup failures when running multiple times)
|
||||
- **Fix:** `.Count` property bug in 5 files (Where-Object single-object results)
|
||||
- **Improved:** ASR prompt text ("untrusted" → "new software" - more neutral)
|
||||
- Full codebase review of backup/restore system (2970 lines)
|
||||
- Wireless Display security verified against MS Policy CSP docs
|
||||
|
||||
### Release Highlights v2.2.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue