diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-07-19 20:59:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 20:59:15 +0200 |
commit | 4bae79d534aa62a6383d12cbfbeb1d0eea4afe8b (patch) | |
tree | 7ad1578733607f15e497e2d00d5ea58bf8f1a362 /SECURITY.md | |
parent | 0df6e658307f8936a477deb9674d643d18a2469b (diff) | |
download | jquery-ui-4bae79d534aa62a6383d12cbfbeb1d0eea4afe8b.tar.gz jquery-ui-4bae79d534aa62a6383d12cbfbeb1d0eea4afe8b.zip |
Docs: Add a security policy in SECURITY.md
This is needed so that people know how to report security issues.
Closes gh-2103
Diffstat (limited to 'SECURITY.md')
-rw-r--r-- | SECURITY.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..fae31da85 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +The [latest released version](https://github.com/jquery/jquery-ui/releases) of jQuery UI is supported. + +## Reporting a Vulnerability + +Please email security@jquery.com, and we will respond as quickly as possible. + +If the vulnerability is considered valid and accepted, a patch will be made for the latest jQuery UI version. If the vulnerability is deemed invalid, no further action is required. |