-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCODEOWNERS
More file actions
39 lines (30 loc) · 1013 Bytes
/
CODEOWNERS
File metadata and controls
39 lines (30 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Code Owners for Audityzer - Web3 Security Platform
# This file specifies who should review pull requests for different areas of the codebase
# Default owners for everything in the repo
* @romanchaa997
# Core security analysis and vulnerability detection
/audityzer-core/ @romanchaa997
/audityzer-platform/ @romanchaa997
# Smart contract analysis and testing
/app/ @romanchaa997
/SolidStartApp/ @romanchaa997
/automation/ @romanchaa997
# Backend services and infrastructure
/backend/ @romanchaa997
/bin/ @romanchaa997
# Frontend and UI components
/frontend/ @romanchaa997
# Testing and quality assurance
/Audityzer-community-tests/ @romanchaa997
/checklists/ @romanchaa997
# Configuration and infrastructure
/.github/ @romanchaa997
/.husky/ @romanchaa997
/.vscode/ @romanchaa997
/.well-known/ @romanchaa997
# Assets and documentation
/assets/ @romanchaa997
# Build and deployment configuration
/azure-functions-app-nodejs.yml @romanchaa997
/project-config.yml @romanchaa997
/rulesets.json @romanchaa997