goonj 1.0.0

Goonj — acoustics engine for sound propagation, room simulation, and impulse response generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Security Policy

## Supported Versions

| Version | Supported |
|---------|-----------|
| 0.1.x   | Yes       |

## Reporting

Report security issues to the repository maintainer. Do not open public issues for security vulnerabilities.

## Scope

Goonj is a computation library with no network access, no file I/O (beyond what consumers provide), and no unsafe code. The primary attack surface is malformed input (NaN, infinity, extreme values) which is handled via validation and clamping.