Skip to content

Security: MvdB/OrgBricks

Security

SECURITY.md

Security Policy

Supported versions

Only the latest commit on master is actively maintained.

Scope

This project is a local CLI tool that:

  • reads a CSV file from disk
  • writes .scad and .stl files to disk
  • invokes a local OpenSCAD binary as a subprocess

It does not open network connections, handle user authentication, or process untrusted remote input.

Relevant attack surfaces are limited to:

  • Maliciously crafted CSV input leading to path traversal or shell injection
  • A tampered OpenSCAD binary being invoked via --openscad

Reporting a vulnerability

Please do not open a public GitHub Issue for security vulnerabilities.

Instead, use GitHub's private vulnerability reporting to submit details confidentially. You will receive a response within 7 days.

Include:

  • A description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • A suggested fix if you have one

There aren’t any published security advisories