Maintained by NETWORG — This project is actively developed and supported.
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
If you discover a security vulnerability in the UBML Schema, please report it by emailing hello@networg.com.
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Any suggested fixes
We will respond within 48 hours and work with you to understand and address the issue.
The UBML Schema itself does not execute code. However, tools that process UBML files should:
- Validate input against the schema before processing
- Sanitize any user-provided content before rendering
- Be cautious with expression evaluation features
- Follow secure YAML parsing practices (avoid unsafe loaders)