noyalib Security Policy

Security is a primary design goal of noyalib. The library handles untrusted user payloads in high-consequence application environments.

Memory Safety Guarantee

  • forbid(unsafe_code): Enforced at the compiler level across noyalib and all satellite crates.
  • Panic Resilience: Recursive parsing depth limits prevent stack overflow vulnerabilities (max_include_depth).
  • CycloneDX SBOM: Automated Software Bill of Materials generated on every release.