We release patches for security vulnerabilities in the following versions:
| Version | Supported |
|---|---|
| 1.x | ✅ |
| < 1.0 | ❌ |
Please do not report security vulnerabilities through public GitHub issues.
If you discover a security vulnerability within nomiai-php, please send an email to oliver@oliverearl.co.uk. All security vulnerabilities will be promptly addressed.
Please include the following information in your report:
- Type of vulnerability
- Full paths of source file(s) related to the vulnerability
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit it
When using this SDK:
- Keep your API token secure - Never commit tokens to version control
- Use environment variables - Store sensitive credentials in
.envfiles - Validate user input - Always validate data before sending to the API
- Keep dependencies updated - Regularly run
composer updateto get security patches - Use HTTPS - The SDK defaults to HTTPS; don't override with HTTP endpoints
When we receive a security bug report, we will:
- Confirm the problem and determine the affected versions
- Audit code to find any similar problems
- Prepare fixes for all supported versions
- Release new versions as soon as possible
If you have suggestions on how this process could be improved, please submit a pull request.