diff options
author | Shawn Duncan <github@sd.shawnduncan.org> | 2025-04-24 15:41:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-24 13:41:47 -0600 |
commit | 0da03839ce25741f0ba12ea5f2937cc91123fd79 (patch) | |
tree | c6c2f398c1216dbad3b03998459b7587d9202924 | |
parent | 86893ebf4cb0f38484a522044f9a07cdd79398fa (diff) | |
download | htmx-0da03839ce25741f0ba12ea5f2937cc91123fd79.tar.gz htmx-0da03839ce25741f0ba12ea5f2937cc91123fd79.zip |
* Create SECURITY.md
* Update SECURITY.md
Remove boiler plate text
-rw-r--r-- | SECURITY.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..99691a32 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 2.x | :white_check_mark: | +| 1.9.x | :white_check_mark: | +| < 1.9 | :x: | + +## Reporting a Vulnerability + +If you think you've found a vulnerability, please use the _Report a vulnerability_ button found in the [security tab](https://github.com/bigskysoftware/htmx/security) of the project on Github. + +This process is documented in GitHub's _Secure Coding_ guide: [Privately reporting a security vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability). |