diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000..faa4393b36b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +## Supported Versions + +Security updates are applied to the latest feature release (1.x) of the compiler, standard library, and build plugins. + +A fix will be shipped with the next incremental (1.x.y) or bug fix release (1.x.yz). + +All fixes are also applied to the master branch to be included in all upcoming releases. + +## Reporting a Vulnerability + +Instructions for reporting a vulnerability can be found on the [Security page](https://kotlinlang.org/docs/security.html).