We actively patch security issues on the latest major release branch.
| Version | Supported |
|---|---|
| 1.x | Yes |
| < 1.0 | No |
Please do not open a public issue for suspected vulnerabilities.
- Email:
security@glincker.com - Include:
- affected version (
featuredropversion) - impact summary
- reproduction steps or proof of concept
- any suggested mitigation
- affected version (
We will acknowledge reports within 3 business days and provide status updates as triage progresses.
- No dynamic code execution (
eval,new Function) in library runtime. - URL guardrails in manifest validation (
url,image,cta.urlonly allowhttp,https, or relative links). - Unsafe metadata keys are rejected (
__proto__,constructor,prototype). - Remote and browser adapters degrade safely on network/storage failures.
After a fix is validated:
- A patched release is published.
- Changelog notes describe impact and upgrade guidance.
- Public disclosure follows once users have a reasonable patch window.