@@ -127,16 +127,16 @@ This file records anomalies discovered during laboratory testing (Perl warnings,
127127
128128### Overall Posture: ✅ GOOD
129129
130- | Category | Status |
131- | :---| : ---|
130+ | Category | Status |
131+ | :------------------------ | :--------------------------------------------- ---|
132132| Shell Injection Surface | 🟡 Mitigated by ` execute_system_command ` wrapper |
133- | Backtick Usage | ✅ No raw backticks outside wrapper |
134- | eval Usage | ✅ No dangerous patterns |
135- | File Operations | ✅ Proper handle usage |
136- | system()/exec() | ✅ No direct calls |
137- | Credential Handling | ✅ Properly masked in v2.8.44 |
138- | Temp File Safety | ✅ Symlink protection + atomic writes |
139- | SQL Injection | ✅ No user-controlled SQL interpolation |
133+ | Backtick Usage | ✅ No raw backticks outside wrapper |
134+ | eval Usage | ✅ No dangerous patterns |
135+ | File Operations | ✅ Proper handle usage |
136+ | system()/exec() | ✅ No direct calls |
137+ | Credential Handling | ✅ Properly masked in v2.8.44 |
138+ | Temp File Safety | ✅ Symlink protection + atomic writes |
139+ | SQL Injection | ✅ No user-controlled SQL interpolation |
140140
141141### Security Observations (Audit-Only)
142142
@@ -222,3 +222,20 @@ This file records anomalies discovered during laboratory testing (Perl warnings,
222222- [x] ** System DB Filtering** : Excluded system tables from schema analysis and dumpdir exports.
223223- [x] ** SQL Escaping Fixes** : Safe dollar sign escaping in system call wrappers.
224224
225+ ### [ 2026-07-03] Release v2.9.0
226+
227+ - [x] ** Modular HTML Reporting Engine** : Removed external template dependencies and built HTML structure natively.
228+ - [x] ** Historical Comparison** : Supported tracking database performance metrics across time intervals.
229+ - [x] ** AI Agent Integration** : Added JSON/YAML output format for AI agent accessibility.
230+ - [x] ** Visual Contention Analytics** : Integrated pgBadger-inspired query, lock, and temp table graphs.
231+ - [x] ** Regression Hardening** : Fixed Com_select query cache parsing and MariaDB user role exceptions.
232+
233+ ### [ 2026-07-09] Release v2.9.1
234+
235+ - [x] ** Upgraded Dev Dependencies** : Boosted ` @commitlint/cli ` and Conventional Commits toolings to patch levels.
236+ - [x] ** GitHub Actions Pinning** : Pinned action digests to specific commit hashes (` actions/checkout@v7.0.0 ` , etc.).
237+ - [x] ** Phase 6 InnoDB Tuning** : Implemented I/O pressure warnings, read-ahead eviction ratio audit, purge lag alerts, SSD doublewrite/fdatasync alignment, and AHI optimization checks.
238+ - [x] ** Performance Schema Analytics** : Added global lock deadlock count tracking via events errors.
239+ - [x] ** Unit Testing Expansion** : Added dedicated tests ` unit_innodb_internals.t ` and ` unit_replication_internals.t ` . All 97 test files (528 tests) passing cleanly.
240+
241+
0 commit comments