Skip to content

Commit 8edd10e

Browse files
authored
Merge pull request #214 from Hardhat-Enterprises/sahaj-security-policy
Add SECURITY.md security policy documentation
2 parents daff34d + 77bbc15 commit 8edd10e

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Security Policy
2+
3+
## Purpose
4+
5+
This document outlines the security reporting and responsible disclosure process for the AutoAudit project.
6+
7+
## Supported Branches
8+
9+
Security-related changes should be reviewed through pull requests before merging into protected branches.
10+
11+
| Branch | Status |
12+
| --- | --- |
13+
| main | Active |
14+
| feature branches | Development |
15+
16+
## Reporting a Vulnerability
17+
18+
If you discover a security vulnerability within AutoAudit, please report it privately to the project maintainers.
19+
20+
Please include:
21+
22+
- A description of the issue
23+
- Steps to reproduce the issue
24+
- Potential impact
25+
- Relevant screenshots or logs if available
26+
27+
Do not publicly disclose vulnerabilities through GitHub issues or discussions until they have been reviewed by the maintainers.
28+
29+
## Security Review Process
30+
31+
Security-related pull requests and changes should be reviewed before merging.
32+
33+
The project uses GitHub-based workflows and security scanning processes to support secure development practices.
34+
35+
## Dependency and Code Security
36+
37+
Dependencies and code changes should be reviewed regularly to support secure development and reduce risk from vulnerable packages or insecure code patterns.
38+
39+
## Responsible Disclosure
40+
41+
Security issues should be handled responsibly to protect users, contributors, and project infrastructure while allowing maintainers time to investigate and resolve reported issues.

0 commit comments

Comments
 (0)