Skip to content

Privacy & Open VSX Compliance

Choose a tag to compare

@RubenHalman RubenHalman released this 30 Oct 16:01
· 25 commits to main since this release

We’ve strengthened our security policy to fully align with the Eclipse Open VSX Publisher Agreement (v1.1 – September 2025).

Key Changes:

  • Calc Coverage removed – The functionality that fetched Test Run data to estimate Flow coverage has been fully eliminated. This change ensures full compliance with our updated Security Policy and the Eclipse Open VSX Publisher Agreement (v1.1 – September 2025), while aligning with our client-side architecture goals.
  • Introduces a new Security Policy officially noted in README.md: Zero persistent data – Metadata (e.g., timestamps, Flow state) is used in-memory only during active sessions and discarded immediately upon close. No data is ever stored, logged, or transmitted.
  • Removes xml2js and vite dependencies

All analysis remains 100% client-side with no external network calls.

See full details in SECURITY.md