From 5eb16128248c942a444cf7a4db82695afcec28e8 Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Thu, 20 Jun 2024 17:03:47 -0700 Subject: [PATCH] Update SECURITY.md --- SECURITY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..48546f2 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +## Security Policy + +We take security seriously. If you discover any security related issues, please email thomasvincent@[your-domain] instead of using the issue tracker. + +### Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| X.X.X | :white_check_mark: | +| X.X.X | :x: | + +### Reporting a Vulnerability + +Please report (suspected) security vulnerabilities to thomasvincent@[your-domain]. You will receive a response from us within [your-response-timeframe]. If the issue is confirmed, we will release a patch as soon as possible depending on complexity but historically within [your-patch-timeframe]. + +### Additional Security Considerations +[Add language or framework-specific OWASP Top 10 guidance here] + +[If applicable, add information about your bug bounty program here] \ No newline at end of file