Skip to content

Commit 0935e6a

Browse files
authored
Merge pull request #1462 from ClickHouse/Paultagoras-patch-1
Add files via upload
2 parents 2d86b94 + 8ae0b41 commit 0935e6a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
the file is autogenerated by utils/security-generator/generate_security.py
3+
-->
4+
5+
# Security Policy
6+
7+
## Security Announcements
8+
Security fixes will be announced by posting them in the [security changelog](https://clickhouse.com/docs/en/whats-new/security-changelog/).
9+
10+
## Scope and Supported Versions
11+
12+
Generally the latest release contains the most recent security updates - we increment version numbers based on all changes, including security fixes.
13+
14+
Where applicable we might backport, but generally the latest is the most secure.
15+
16+
## Reporting a Vulnerability
17+
18+
We're extremely grateful for security researchers and users that report vulnerabilities to the ClickHouse Open Source Community. All reports are thoroughly investigated by developers.
19+
20+
To report a potential vulnerability in ClickHouse please send the details about it to [[email protected]](mailto:[email protected]). We do not offer any financial rewards for reporting issues to us using this method. Alternatively, you can also submit your findings through our public bug bounty program hosted by [Bugcrowd](https://bugcrowd.com/clickhouse) and be rewarded for it as per the program scope and rules of engagement.
21+
22+
### When Should I Report a Vulnerability?
23+
24+
- You think you discovered a potential security vulnerability in ClickHouse
25+
- You are unsure how a vulnerability affects ClickHouse
26+
27+
### When Should I NOT Report a Vulnerability?
28+
29+
- You need help tuning ClickHouse components for security
30+
- You need help applying security related updates
31+
- Your issue is not security related
32+
33+
## Security Vulnerability Response
34+
35+
Each report is acknowledged and analyzed by ClickHouse maintainers within 5 working days.
36+
As the security issue moves from triage, to identified fix, to release planning we will keep the reporter updated.
37+
38+
## Public Disclosure Timing
39+
40+
A public disclosure date is negotiated by the ClickHouse maintainers and the bug submitter. We prefer to fully disclose the bug as soon as possible once a user mitigation is available. It is reasonable to delay disclosure when the bug or the fix is not yet fully understood, the solution is not well-tested, or for vendor coordination. The timeframe for disclosure is from immediate (especially if it's already publicly known) to 90 days. For a vulnerability with a straightforward mitigation, we expect the report date to disclosure date to be on the order of 7 days.
41+

0 commit comments

Comments
 (0)