BlueberryCircus is a numerical simulation library with a single runtime
dependency (numpy). It performs no network I/O; file I/O is limited to
reading/writing certificate JSON bundles at caller-supplied paths, and the
optional Rust backend loads a locally built cdylib via ctypes.
Report suspected vulnerabilities privately via GitHub's Report a vulnerability (Security Advisories) on this repository rather than a public issue. Include a minimal reproduction. You should receive an acknowledgement, but there is no guaranteed response time.
- Certificate bundles are data, not code;
load_bundleparses JSON only. Tampered bundles are expected inputs and must be rejected by verdict, not trusted. A bundle that re-derives inconsistently is aFAIL. - Do not point
BLUEBERRY_VERIFY_BINorBLUEBERRY_CERTIFY_SRCat untrusted binaries/directories: both are executed/imported with your privileges.