v1.7: SEC-002, performance, dashboard galaxy engine, CI improvements - #142
Merged
Conversation
Squashed feature release onto main (post-hotfix-merge). ### Security - SEC-002: Parameterized queries in graph visibility helpers - pypdf floor raised to >=6.15.0 ### Performance - Union-find source group merge in consolidate.py - Bounded consolidation_evidence_cache (1000 entries) ### Quality - Backend factory Protocol annotations (8 return types) - Shared core/fsutil.py extraction ### Dashboard - Galaxy physics engine with orbital mechanics - Cross-system bridges and all-node LOD renderer ### CI/CD - Independent reproducibility build job - Grype diagnostic enforcement with .grype.yaml - apt-get upgrade at Docker build time - sysconfig-based audit paths
Coding-Dev-Tools
force-pushed
the
feat/team-hosted-auth
branch
from
August 14, 2026 15:38
93ec9c9 to
e132e7a
Compare
Coding-Dev-Tools
added a commit
that referenced
this pull request
Aug 24, 2026
…142) Squashed feature release onto main (post-hotfix-merge). ### Security - SEC-002: Parameterized queries in graph visibility helpers - pypdf floor raised to >=6.15.0 ### Performance - Union-find source group merge in consolidate.py - Bounded consolidation_evidence_cache (1000 entries) ### Quality - Backend factory Protocol annotations (8 return types) - Shared core/fsutil.py extraction ### Dashboard - Galaxy physics engine with orbital mechanics - Cross-system bridges and all-node LOD renderer ### CI/CD - Independent reproducibility build job - Grype diagnostic enforcement with .grype.yaml - apt-get upgrade at Docker build time - sysconfig-based audit paths
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.
Summary\n\nFeature release with security hardening, performance improvements, and the dashboard Galaxy physics engine. All CI gates green. Hotfix v1.6.1 has been pre-merged into this branch to avoid conflicts — merge #141 first, then this lands cleanly.\n\n### Security\n- SEC-001: Removed user-controlled path echoes in HTTP error responses (vault.py, service.py)\n- SEC-002: Parameterized queries in graph visibility helpers (SQL injection prevention)\n- pypdf floor raised to >=6.15.0 (CVE remediation)\n\n### Performance\n- Union-find source group merge in consolidate.py (O(n²) → near-linear)\n- Bounded consolidation_evidence_cache (1000 entries) in recall.py\n\n### Quality\n- Backend factory Protocol annotations (8 return types)\n- Shared core/fsutil.py extraction\n\n### Dashboard\n- Galaxy physics engine with black-hole potential, orbital mechanics, drag gravity\n- Cross-system bridges and all-node LOD renderer\n- Improved slider response and convergence behavior\n\n### CI/CD\n- Independent reproducibility build job\n- Grype diagnostic enforcement with false-positive ignore config (.grype.yaml)\n- Security patches applied at Docker build time (apt-get upgrade)\n- $site_packages variable form in audit steps\n\n### Merge Order\n1. Merge #141 (hotfix v1.6.1) first\n2. Then merge this PR — it already contains the hotfix content with conflicts resolved\n\n### CI Status\nAll gates pass except the expected protected-main gate (working as designed).\n\n### Post-Merge\nAfter merge, retag v1.7 on main HEAD:\n
bash\ngit tag -d v1.7\ngit tag v1.7 HEAD\ngit push origin HEAD:refs/tags/v1.7 --force\n\n\nSee RELEASE_DELIVERABLES.md for full publishing instructions and release notes.