Skip to content

Commit feeb6e0

Browse files
author
estefania-perez-dev
committed
docs: add security policy and codeowners file
1 parent 25f228c commit feeb6e0

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This file defines who is responsible for code in this repository
2+
# Users and teams are referenced by their GitHub usernames
3+
4+
# Global owner
5+
* @estefania-perez-dev
6+
7+
# Specific directory ownership
8+
/.github/ @estefania-perez-dev
9+
/frontend/ @estefania-perez-dev
10+
/backend/ @estefania-perez-dev
11+
/contracts/ @estefania-perez-dev
12+
/docs/ @estefania-perez-dev
13+
14+
# Documentation files
15+
README.md @estefania-perez-dev
16+
CONTRIBUTING.md @estefania-perez-dev
17+
CHANGELOG.md @estefania-perez-dev
18+
LICENSE @estefania-perez-dev

.github/SECURITY.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# 🔒 Security Policy
2+
3+
## Supported Versions
4+
Currently supporting security updates for the latest version only.
5+
6+
## Reporting a Vulnerability
7+
**Please do NOT report security vulnerabilities through public GitHub issues.**
8+
9+
Instead, please report them via email to:
10+
📧 **iximilegacy@gmail.com**
11+
12+
You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
13+
14+
## Disclosure Policy
15+
When we receive a security bug report, we will:
16+
1. Confirm the problem and determine affected versions
17+
2. Audit code to find any similar problems
18+
3. Prepare fixes for all supported versions
19+
4. Release a security update for all supported versions
20+
21+
## Comments on this Policy
22+
If you have suggestions on how this process could be improved, please submit a pull request or open an issue for discussion.
23+
24+
## Scope
25+
This security policy applies to:
26+
- Smart contracts for textile certification
27+
- Artisan data protection systems
28+
- Payment and compensation infrastructure
29+
- Cultural information databases

0 commit comments

Comments
 (0)