Skip to content

Security: gogpu/gpucontext

Security

SECURITY.md

Security Policy

Supported Versions

GoGPU is currently in early development (v0.x.x).

Version Supported
0.2.x
< 0.2.0

Reporting a Vulnerability

DO NOT open a public GitHub issue for security vulnerabilities.

Instead, please report security issues via:

  1. Private Security Advisory (preferred): https://github.com/gogpu/gogpu/security/advisories/new

  2. GitHub Discussions (for less critical issues): https://github.com/gogpu/gogpu/discussions

What to Include

  • Description of the vulnerability
  • Steps to reproduce
  • Affected versions
  • Potential impact

Response Timeline

  • Initial Response: Within 72 hours
  • Fix & Disclosure: Coordinated with reporter

Security Considerations

GoGPU uses native GPU libraries via FFI. Users should be aware of:

  1. Native Library Loading - Rust backend loads wgpu-native DLL/so/dylib
  2. GPU Memory - Ensure proper resource cleanup to avoid GPU memory leaks
  3. Shader Code - WGSL shaders are compiled by wgpu-native

Security Contact


Thank you for helping keep GoGPU secure!

There aren’t any published security advisories