Skip to content

Commit dc8112d

Browse files
authored
Create SECURITY.md
1 parent 6e95989 commit dc8112d

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

SECURITY.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
### Responsible Disclosure Policy
2+
3+
At Flowise, we prioritize security and continuously work to safeguard our systems. However, vulnerabilities can still exist. If you identify a security issue, please report it to us so we can address it promptly. Your cooperation helps us better protect our platform and users.
4+
5+
### Vulnerabilities
6+
7+
The following types of issues are some of the most common vulnerabilities:
8+
9+
- Clickjacking on pages without sensitive actions
10+
- CSRF on unauthenticated/logout/login pages
11+
- Attacks requiring MITM (Man-in-the-Middle) or physical device access
12+
- Social engineering attacks
13+
- Activities that cause service disruption (DoS)
14+
- Content spoofing and text injection without a valid attack vector
15+
- Email spoofing
16+
- Absence of DNSSEC, CAA, CSP headers
17+
- Missing Secure or HTTP-only flag on non-sensitive cookies
18+
- Deadlinks
19+
- User enumeration
20+
21+
### Reporting Guidelines
22+
23+
- Submit your findings to https://github.com/FlowiseAI/Flowise/security
24+
- Provide clear details to help us reproduce and fix the issue quickly.
25+
26+
### Disclosure Guidelines
27+
28+
- Do not publicly disclose vulnerabilities until we have assessed, resolved, and notified affected users.
29+
- If you plan to present your research (e.g., at a conference or in a blog), share a draft with us at least **30 days in advance** for review.
30+
- Avoid including:
31+
- Data from any Flowise customer projects
32+
- Flowise user/customer information
33+
- Details about Flowise employees, contractors, or partners
34+
35+
### Response to Reports
36+
37+
- We will acknowledge your report within **5 business days** and provide an estimated resolution timeline.
38+
- Your report will be kept **confidential**, and your details will not be shared without your consent.
39+
40+
We appreciate your efforts in helping us maintain a secure platform and look forward to working together to resolve any issues responsibly.

0 commit comments

Comments
 (0)