If you discover a security vulnerability in the visualization.matrix addon, we encourage you to report it to us responsibly.
Please do not open a public GitHub issue for security vulnerabilities. Instead:
-
Send an email to:
security@marcelraschke.de- Include a detailed description of the vulnerability.
- Provide steps to reproduce the issue.
- If possible, include a proof-of-concept (PoC) or exploit code.
-
Alternative: If email is not feasible, you may open a private GitHub Security Advisory for this repository.
- We will acknowledge your report within 48 hours.
- We will investigate and provide a fix or mitigation as soon as possible.
- We aim to release a patch within a reasonable timeframe, depending on the severity of the issue.
This security policy applies only to the visualization.matrix addon for Kodi.
-
In Scope:
- The
visualization.matrixaddon source code. - Dependencies bundled with the addon (e.g.,
kissfft).
- The
-
Out of Scope:
- The Kodi media center itself (report to Kodi Security).
- Third-party forks or modified versions of this addon.
We follow the principle of Responsible Disclosure:
- Do not publicly disclose the vulnerability until we have released a fix.
- Do not exploit the vulnerability for malicious purposes.
- Do not perform denial-of-service (DoS) attacks or other disruptive testing without prior approval.
- We will acknowledge your contribution in the release notes (unless you prefer to remain anonymous).
- This project does not currently offer a bug bounty program, but we appreciate your responsible disclosure.
By reporting a vulnerability, you agree to:
- Not share the vulnerability details publicly before a fix is released.
- Not use the vulnerability for any unauthorized or illegal purposes.
This project uses the following security tools to ensure code safety:
- GitHub CodeQL: Static analysis for C++ to detect vulnerabilities like buffer overflows, memory leaks, and injection flaws.
- Dependabot: Automated dependency scanning for known vulnerabilities.
- clang-tidy: Static analysis for C++ code quality and security.
- cppcheck: Additional static analysis for C/C++ code.
This security policy was last updated on July 15, 2025.