From f2a042c79659af122b0f87eab3847c0debad8a65 Mon Sep 17 00:00:00 2001 From: Mohd Kaif <98801504+KaifAhmad1@users.noreply.github.com> Date: Sun, 15 Feb 2026 16:04:57 +0530 Subject: [PATCH] Update CHANGELOG with Apache AGE security fixes Added Apache AGE backend security fixes including SQL injection prevention and enhanced error handling. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84030750..30590a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed: PolicyEngine latest version selection on ContextGraph; AgentContext fallback robustness and secure logging (PR #TBD by @KaifAhmad1) - Tests: Added ContextGraph fallback and AgentContext smoke tests; full suite passing + - **Apache AGE Backend Security Fixes** (PR #311 by @Sameer6305, fixes by @KaifAhmad1): + - Added AgeStore class with GraphStore API compatibility + - Fixed SQL injection vulnerabilities with input validation + - Added psycopg2-binary dependency and migration guide + - Fixed parameter replacement and test mock leakage + - Enhanced error handling and Unicode display issues + - **Context Engineering Enhancement** (PR #307 by @KaifAhmad1): - Comprehensive decision tracking system with full lifecycle management (record → analyze → query → precedent → influence) - Advanced KG algorithm integration: centrality analysis, community detection, node embeddings with ContextGraph