| Version | Supported |
|---|---|
| 1.0.x | β Active support |
| < 1.0 | β Not supported |
Please do NOT report security vulnerabilities through public GitHub issues.
If you discover a security vulnerability, please send an email to:
Include the following information:
- Affected plugin version
- GLPI version
- Description of the vulnerability
- Steps to reproduce (if applicable)
- Potential impact assessment
You should receive a response within 72 hours. If the vulnerability is confirmed, we will:
- Acknowledge receipt of the report
- Investigate and assess the impact
- Develop and test a fix
- Release a patched version
- Credit you in the release notes (unless you prefer to remain anonymous)
This plugin:
- Uses GLPI's built-in
$DB->request()iterator with parameterised queries β no raw SQL interpolation - Passes all output through
htmlspecialchars()withENT_QUOTESβ no XSS vectors - Requires an authenticated GLPI session for all pages β no unauthenticated access
- Does not write to the plugin source directory β user-generated files go to
GLPI_PLUGIN_DOC_DIR/virtualcapacity