Specifically for the ARPA Micro Series: F1 Mask, we provide security updates for the following versions:
| Version | Supported |
|---|---|
| v1.0.x | ✅ |
| < v1.0 | ❌ |
We take the security of PII-handling middleware seriously. If you find a vulnerability, please do NOT open a public issue. Instead, follow these steps:
- Email Disclosure: Send a detailed report to security@arpacorp.net.
- Acknowledgment: You will receive an acknowledgment within 48 hours.
- Correction: We will work on a fix and release it as a security advisory.
- Public Disclosure: Once the fix is released, we will publicly disclose the vulnerability (if appropriate).
When deploying ARPA Micro Series: F1 Mask, always follow these guidelines:
- Isolated Redis: Run Redis in a protected network environment. Use a strong password and TLS if possible.
- Audit Logging: Enable logging on the Bridge, but ensure the log level is set to
WARNINGor higher to avoid logging the raw prompts containing PII. - Session TTL: Configure the Redis TTL (
REDIS_TTL) to the minimum required for your business case (default is 2 hours). - TLS Everywhere: Always use HTTPS/TLS for the FastAPI Bridge endpoint to protect data in transit.
- Rotate Keys: Regularly rotate any API keys stored in your
.envfile. - Local Execution: Ensure the model is running on local infrastructure (Ollama/Local GPU) to maintain the "PII never leaves the network" guarantee.