GoGPU is currently in early development (v0.x.x).
| Version | Supported |
|---|---|
| 0.2.x | ✅ |
| < 0.2.0 | ❌ |
DO NOT open a public GitHub issue for security vulnerabilities.
Instead, please report security issues via:
-
Private Security Advisory (preferred): https://github.com/gogpu/gogpu/security/advisories/new
-
GitHub Discussions (for less critical issues): https://github.com/gogpu/gogpu/discussions
- Description of the vulnerability
- Steps to reproduce
- Affected versions
- Potential impact
- Initial Response: Within 72 hours
- Fix & Disclosure: Coordinated with reporter
GoGPU uses native GPU libraries via FFI. Users should be aware of:
- Native Library Loading - Rust backend loads wgpu-native DLL/so/dylib
- GPU Memory - Ensure proper resource cleanup to avoid GPU memory leaks
- Shader Code - WGSL shaders are compiled by wgpu-native
- GitHub Security Advisory: https://github.com/gogpu/gogpu/security/advisories/new
- Public Issues: https://github.com/gogpu/gogpu/issues
Thank you for helping keep GoGPU secure!