Skip to content

Commit 093cddc

Browse files
committed
docs: add SECURITY.md
1 parent 03f93fb commit 093cddc

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

SECURITY.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Datary Security Policy
2+
3+
At Datary, security is a top priority. We value the community and security researchers who help us make Datary safer for everyone.
4+
5+
## Reporting Vulnerabilities
6+
7+
If you discover a security issue, please report it responsibly. You can contact us via:
8+
9+
- **Email:** security@datary.app
10+
11+
### What to Include in Your Report
12+
13+
To help us understand and fix the issue, please provide:
14+
15+
- A clear description of the vulnerability.
16+
- Steps to reproduce it safely (avoid exposing real production data).
17+
- Any sample code, screenshots, or videos that illustrate the problem.
18+
- The potential impact and severity.
19+
20+
### Do Not Do
21+
22+
- Access or modify real user databases beyond what is necessary to demonstrate the issue.
23+
- Perform denial-of-service attacks, data deletion, or manipulation of unrelated systems.
24+
- Share the vulnerability publicly before it has been resolved.
25+
26+
### How We Handle Reports
27+
28+
- We will acknowledge your report within **2 business days**.
29+
- We will investigate and prioritize based on potential impact.
30+
- After resolution, we may credit you in release notes or our security page (if desired).
31+
32+
## Our Commitment
33+
34+
We are committed to quickly addressing legitimate security issues and keeping Datary safe. Responsible disclosure helps protect all users and ensures that the platform remains reliable for database management.
35+
36+
Thank you for helping us maintain a secure and trustworthy platform!

scripts/telegram-notify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const ref = process.env.GITHUB_REF;
1010
const sha = process.env.GITHUB_SHA;
1111
const payloadPath = process.env.GITHUB_EVENT_PATH;
1212

13-
let message = `*GitHub Notification*\nRepository: ${repo}\nActor: ${actor}\nEvent: ${event}\nRef: ${ref}\nSHA: ${sha}`;
13+
let message = `*GitHub Notification*\n\nRepository: ${repo}\nActor: ${actor}\nEvent: ${event}\nRef: ${ref}\nSHA: ${sha}`;
1414

1515
if (payloadPath && fs.existsSync(payloadPath)) {
1616
const payload = JSON.parse(fs.readFileSync(payloadPath, 'utf8'));

0 commit comments

Comments
 (0)