Project: maatify/data-fakes
Maintained by: Maatify.dev
Security updates are provided only for the latest stable version:
| Version | Supported |
|---|---|
| 1.0.x | β Yes |
| < 1.0 | β No |
Older versions will not receive security patches.
If you discover a security issue, please DO NOT open a public GitHub issue. Instead, send a private report directly to:
π§ security@maatify.dev
π PGP (optional): [Provide your key if you use PGP]
Please include:
- A clear description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fixes (if any)
- Your environment (PHP version, OS, adapter version)
We will respond within 48 hours.
Once we receive a security report:
-
The issue is immediately triaged and verified.
-
A patch is developed in a private branch.
-
Maintainers test the fix across:
- PHP 8.x versions
- CI (PHPUnit + PHPStan)
-
A patched release is shipped (example:
1.0.1). -
A public advisory is published if the issue is high-severity.
You will be credited unless you request anonymity.
Although this project is designed primarily for testing and development, we still follow:
- Strong typing (
declare(strict_types=1)) - Zero mixed types (PHPStan level 6)
- No dynamic eval operations
- No runtime code injection
- Deterministic memory-only behavior
- Strict validation in adapters and storage engine
No real database or connection is ever established by this library.
We kindly ask all security researchers to respect responsible disclosure:
- Do not publish vulnerabilities before a patch is released.
- Do not test against production Maatify services without authorization.
- Keep proof-of-concept exploits private.
We appreciate your contribution to the security and stability of the Maatify ecosystem.
For general questions or clarifications regarding this policy,
please contact security@maatify.dev
or visit https://www.maatify.dev/security.
Β© 2025 Maatify.dev
Engineered by Mohamed Abdulalim (@megyptm) β https://www.maatify.dev
π Full documentation & source code:
https://github.com/Maatify/data-fakes
Built with β€οΈ by Maatify.dev β Unified Ecosystem for Modern PHP Libraries