Skip to content

Releases: JoelFerrando/privacy-proxy

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 13:52
e36f45f

Initial public release of privacy-proxy.

Highlights:

  • CLI commands: demo, init, redact, scan, assert, and serve.
  • Streaming JSONL redaction and scan modes.
  • Recursive JSON and plain text redaction.
  • Detectors for emails, IPs, JWTs, bearer tokens, cookies, field-name API keys/secrets, Luhn-valid cards, IBANs, and sensitive URL query parameters.
  • HTTP proxy mode for UTF-8 JSON, JSONL/NDJSON, and text bodies.
  • JSON metrics at /metrics and Prometheus metrics at /metrics/prometheus.
  • CI privacy-test workflow metadata, Dockerfile, fixtures, fuzz targets, property tests, and benchmarks.
  • Dependabot and cargo audit CI checks.

Downloads:

  • Linux x86_64: privacy-proxy-x86_64-unknown-linux-gnu.tar.gz
  • macOS Apple Silicon: privacy-proxy-aarch64-apple-darwin.tar.gz
  • Windows x86_64: privacy-proxy-x86_64-pc-windows-msvc.zip

This tool reduces the risk of sensitive data reaching observability systems, but it does not guarantee legal or regulatory compliance.