| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in @openjobspec/sdk, please report it responsibly.
Do not open a public GitHub issue for security vulnerabilities.
Instead, please email openjobspec@googlegroups.com with:
- A description of the vulnerability
- Steps to reproduce the issue
- The potential impact
- Any suggested fixes (optional)
- Acknowledgment: We will acknowledge receipt within 48 hours.
- Assessment: We will assess the severity and impact within 5 business days.
- Resolution: We will work on a fix and coordinate disclosure with you.
- Credit: We will credit you in the release notes (unless you prefer anonymity).
This policy covers the @openjobspec/sdk npm package and its source code. Issues in dependencies should be reported to the respective projects.
When using this SDK:
- Keep the SDK updated to the latest version.
- Never hardcode credentials — use environment variables or secret managers for the
authoption. - Use HTTPS for all OJS server connections in production.
- Validate and sanitize job arguments before enqueuing if they originate from user input.