diff options
Diffstat (limited to 'third_party/python/jsonschema/.github')
-rw-r--r-- | third_party/python/jsonschema/.github/FUNDING.yml | 5 | ||||
-rw-r--r-- | third_party/python/jsonschema/.github/SECURITY.md | 21 |
2 files changed, 26 insertions, 0 deletions
diff --git a/third_party/python/jsonschema/.github/FUNDING.yml b/third_party/python/jsonschema/.github/FUNDING.yml new file mode 100644 index 0000000000..fc40c007ca --- /dev/null +++ b/third_party/python/jsonschema/.github/FUNDING.yml @@ -0,0 +1,5 @@ +# These are supported funding model platforms + +github: "Julian" +patreon: "JulianWasTaken" +tidelift: "pypi/jsonschema" diff --git a/third_party/python/jsonschema/.github/SECURITY.md b/third_party/python/jsonschema/.github/SECURITY.md new file mode 100644 index 0000000000..fd524e9476 --- /dev/null +++ b/third_party/python/jsonschema/.github/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +In general, only the latest released ``jsonschema`` version is supported +and will receive updates. + +## Reporting a Vulnerability + +To report a security vulnerability, please send an email to +``Julian+Security@GrayVines.com`` with subject line ``SECURITY +(jsonschema)``. + +I will do my best to respond within 48 hours to acknowledge the message +and discuss further steps. + +If the vulnerability is accepted, an advisory will be sent out via +GitHub's security advisory functionality. + +For non-sensitive discussion related to this policy itself, feel free to +open an issue on the issue tracker. |