From 399de81e95e48ab6d42f53e642871c4fc85fc1fc Mon Sep 17 00:00:00 2001 From: jenisys Date: Sat, 15 Jun 2024 11:12:04 +0200 Subject: [PATCH] Create SECURITY.md Enable SECURITY policy to report any security problems using Github's method. --- SECURITY.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..bbf66dd --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,29 @@ +# Security Policy + +## Supported Versions + +The following versions are currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| HEAD | :white_check_mark: | +| 0.6.x | :white_check_mark: | +| < 0.6.0 | :x: | + +## Reporting a Vulnerability + +Please report security issues by using the new +[Github vulnerability reporting mechanism][security advisories for this repository] +that is enabled for [this repository]. + +SEE ALSO: + +* [THIS REPOSITORY]: [Security Advisories][security advisories for this repository] +* [docs.github.com]/.../[guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability] + + +[this repository]: https://github.com/jenisys/parse_type +[security advisories for this repository]: https://github.com/jenisys/parse_type/security/advisories + +[docs.github.com]: https://docs.github.com/en/ +[guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability]: https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability