Skip to content

Commit afcacbe

Browse files
chore: add github SECURITY.md and CODEOWNERS
1 parent 02d63cd commit afcacbe

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Default owners for everything in the repo.
2+
* @divyamohan1993

.github/SECURITY.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Security Policy
2+
3+
For the full security posture, threat model, and headers, see
4+
[`docs/SECURITY.md`](../docs/SECURITY.md).
5+
6+
## Supported versions
7+
8+
| Version | Supported |
9+
|---------|-----------|
10+
| 1.0.x | yes |
11+
| earlier | no |
12+
13+
## Reporting a vulnerability
14+
15+
Please email **contact@dmj.one** with the words **SentinelCloud security**
16+
in the subject line. Do not open a public GitHub issue.
17+
18+
We aim to acknowledge within 48 hours, triage within 7 days, and ship
19+
a fix within 30 days for high-severity reports.
20+
21+
## Scope
22+
23+
In scope:
24+
- The deployed Cloud Run service at `sentinelcloud.dmj.one`.
25+
- Anything published in this repository.
26+
27+
Out of scope:
28+
- Brute force / volumetric DDoS against the public site.
29+
- Vulnerabilities in third-party services we depend on (Vertex AI,
30+
Cloudflare, GitHub) unless they manifest as a config bug here.

0 commit comments

Comments
 (0)