Skip to content

Commit

Permalink
Create SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Devasy23 authored Oct 1, 2024
1 parent 5593c97 commit b910af0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Security Policy

The **Face Recognition System** project values the security of its code and data. This policy outlines the steps to report, address, and prevent security vulnerabilities:

1. **Reporting a Vulnerability**:
- If you discover a security vulnerability, please report it immediately by opening an issue marked as **Security** or emailing the project maintainers (email to be provided).
- Provide detailed information about the vulnerability, including steps to reproduce it, if possible.

2. **Responsible Disclosure**:
- Do not publicly disclose vulnerabilities before they have been addressed.
- Give maintainers a reasonable amount of time to investigate and resolve the issue before sharing it publicly.

3. **Security Best Practices**:
- Ensure that all code, especially for the API and model pipelines, is free of potential vulnerabilities (e.g., injection attacks, buffer overflows).
- Regularly review dependencies for known security issues and apply updates when necessary.
- Implement proper access controls for sensitive data, such as facial embeddings and user data.
- Maintain a secure connection (SSL/TLS) for all network communications.

4. **Patch Policy**:
- Security patches should be applied as quickly as possible once a vulnerability is confirmed.
- All patches will undergo thorough testing to ensure no regressions or performance issues.

0 comments on commit b910af0

Please sign in to comment.