github tirth8205/code-review-graph v1.8.0
v1.8.0 — Security Hardening

latest releases: v2.3.6, v2.3.5, v2.3.4...
3 months ago

Security Release

This release addresses 12 security findings from a comprehensive pre-launch audit.

Security Fixes

  • Prompt injection mitigation — node names sanitized before MCP tool responses
  • Path traversal protectionrepo_root validated as a project directory
  • VSCode RCE fixcliPath locked to machine-level settings only
  • XSS fix — visualization HTML escapes quotes and backticks
  • SRI for CDN — D3.js loaded with integrity hash
  • Secure noncescrypto.randomBytes() replaces Math.random()
  • Symlink protection — symlinks skipped in build and watch mode
  • TOCTOU fix — file read once, hash and parse from same buffer

Reliability Fixes

  • Thread-safe NetworkX cache with threading.Lock
  • BFS capped at 500 nodes to prevent resource exhaustion
  • SQL IN clause batched to respect SQLite parameter limits
  • Dependency version upper bounds pinned

See CHANGELOG.md for full details.

Don't miss a new code-review-graph release

NewReleases is sending notifications on new releases.