If you discover a security vulnerability in iAm, please report it responsibly.
Do not open a public GitHub issue for security vulnerabilities.
Instead, please email: security@iamexplor.ing
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix timeline: Depends on severity, typically within 30 days for critical issues
This policy applies to the iAm platform codebase, including:
- Server-side GraphQL API
- Client-side React application
- Database schema and queries
- Authentication and authorization mechanisms
- Never commit secrets, API keys, or credentials to the repository
- Use
.envfiles for all configuration (see.env.exampletemplates) - Follow the principle of least privilege for database access
- Validate all user input at system boundaries