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 diff --git a/tests/parse_tests/__init__.py b/tests/parse_tests/__init__.py index 8ba66d9..768b5b4 100644 --- a/tests/parse_tests/__init__.py +++ b/tests/parse_tests/__init__.py @@ -1,2 +1,2 @@ -# COPY TESTSUITE FROM: parse v1.20.1 +# COPY TESTSUITE FROM: parse v1.20.2 # SEE: https://github.com/r1chardj0n3s/parse diff --git a/tests/parse_tests_with_parse_type/__init__.py b/tests/parse_tests_with_parse_type/__init__.py index df72296..8b4307e 100644 --- a/tests/parse_tests_with_parse_type/__init__.py +++ b/tests/parse_tests_with_parse_type/__init__.py @@ -1,4 +1,4 @@ -# COPY TESTSUITE FROM: parse v1.20.1 +# COPY TESTSUITE FROM: parse v1.20.2 # SEE: https://github.com/r1chardj0n3s/parse # NOTES: # * Apply testsuite to "parse_type.parse"