We actively support the following versions of Bayan Flow:
| Version | Supported |
|---|---|
| 0.5.x | ✅ |
We take the security of Bayan Flow seriously. If you discover a security vulnerability, please follow these steps:
- Do not create a public GitHub issue for security vulnerabilities
- Send an email to contact@bayanflow.com with:
- A clear description of the vulnerability
- Steps to reproduce the issue
- Potential impact assessment
- Any suggested fixes (if available)
- Acknowledgment: We will acknowledge receipt of your report within 48 hours
- Initial Assessment: We will provide an initial assessment within 5 business days
- Updates: We will keep you informed of our progress throughout the investigation
- Resolution: We aim to resolve critical vulnerabilities within 30 days
We follow responsible disclosure practices:
- We will work with you to understand and resolve the issue
- We will not take legal action against researchers who:
- Report vulnerabilities in good faith
- Do not access or modify user data
- Do not disrupt our services
- Follow this disclosure process
We appreciate security researchers who help keep Bayan Flow safe. With your permission, we will:
- Acknowledge your contribution in our security advisories
- Include you in our hall of fame (if you wish)
- Provide updates on the fix implementation
- Keep your browser updated to the latest version
- Be cautious when running the application with custom algorithms
- Report any suspicious behavior or unexpected errors
- Follow secure coding practices
- Validate all inputs and sanitize outputs
- Use dependency scanning tools
- Keep dependencies updated
- Follow the principle of least privilege
Bayan Flow implements several security measures:
- Client-side only: No server-side data processing or storage for algorithm execution
- Local algorithm execution: Sorting, searching, pathfinding, and graph visualizations run entirely in the browser
- Limited third-party calls: PostHog analytics (privacy-oriented, via first-party proxy), GitHub public API (release/repo metadata), and jsDelivr (Pyodide, only when the user opens the Python panel)
- HTTP security headers (via Cloudflare Workers static assets
public/_headers): Strict-Transport-Security, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy - Content Security Policy: Restricts script, connect, frame, and worker sources to approved origins
- Automated scanning:
- Semgrep — static analysis on pull requests and scheduled full scans (GitHub Actions + Semgrep AppSec Platform)
- Socket — supply-chain dependency analysis on pull requests (GitHub App)
- pnpm audit — production dependency CVE checks in CI
- Code review: Contributions are reviewed before merge;
mainrequires approving review
- Algorithm execution: Custom Python code runs in a Web Worker via Pyodide; user-edited code executes in the browser context
- Local storage: User preferences are stored locally in the browser
- Third-party dependencies: We regularly audit and update dependencies
For security-related questions or concerns, please contact:
- Email: contact@bayanflow.com
- Subject line: "Bayan Flow Security"
Thank you for helping keep Bayan Flow secure!