Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
* Create SECURITY.md
  • Loading branch information
jenisys committed Aug 11, 2024
2 parents 0557e54 + 399de81 commit ff21dfb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/parse_tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# COPY TESTSUITE FROM: parse v1.20.1
# COPY TESTSUITE FROM: parse v1.20.2
# SEE: https://github.com/r1chardj0n3s/parse
2 changes: 1 addition & 1 deletion tests/parse_tests_with_parse_type/__init__.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit ff21dfb

Please sign in to comment.