Highlights
Credential Leak: 1 prior fix. Scrutinize any change in this area.
docker/builds/gltf_validator.bash: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Integer Overflow: Parsing the STL binary format header used a signed 32-bit integer parser, potentially leading to negative face counts or overflow behaviors. Developers should ensure all binary header count fields use unsigned types.
Denial of Service: Incorrectly structured or typed array inputs passed to the underlying pyembree C-binding can crash the interpreter. Explicit validation of array shapes and types is required prior to calling native code.
Insecure Installation: Downloading third-party binaries during build scripts without verifying their cryptographic signatures or checksums invites supply-chain compromise.