diff options
author | 2023-09-12 16:53:59 -0700 | |
---|---|---|
committer | 2023-09-12 16:53:59 -0700 | |
commit | 12c2da0ebf3f00b0edfe15e509c8c81f96eba2b7 (patch) | |
tree | f837b78c6d13db8640cbe90a7dbfe13a87b2a7f4 | |
parent | a3166457d3122b6b86958c43dce47b86af0dc3e2 (diff) | |
download | bun-12c2da0ebf3f00b0edfe15e509c8c81f96eba2b7.tar.gz bun-12c2da0ebf3f00b0edfe15e509c8c81f96eba2b7.tar.zst bun-12c2da0ebf3f00b0edfe15e509c8c81f96eba2b7.zip |
Create SECURITY.md
-rw-r--r-- | SECURITY.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..5179a1ec7 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 1.x.x | :white_check_mark: | + +## Reporting a Vulnerability + +Report any discovered vulnerabilities to the Bun team by emailing `security@bun.sh`. Your report will acknowledged within 5 days, and a team member will be assigned as the primary handler. To the greatest extent possible, the security team will endeavor to keep you informed of the progress being made towards a fix and full announcement, and may ask for additional information or guidance surrounding the reported issue. + |