Skip to content

Commit dcff860

Browse files
committed
Add security policy
1 parent 264a133 commit dcff860

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To report vulnerabilities, please refer to the project’s [security policy](https://torchbox.github.io/django-pattern-library/community/security-policy/) on our website.

docs/community/security-policy.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Security policy
2+
3+
We take security issues seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
4+
5+
## Supported versions
6+
7+
This project doesn’t have formal support targets for non-latest versions. Backporting security fixes to affected releases will be decided on a case-by-case basis, based on effort involved and known usage of affected versions. Please refer to our [compatibility documentation](https://torchbox.github.io/django-pattern-library/getting-started/#compatibility) when reporting issues specific to certain versions of Django or Python.
8+
9+
### Reporting a vulnerability
10+
11+
To report a vulnerability, please contact any one of the named authors in the package’s [pyproject.toml](https://github.com/torchbox/django-pattern-library/blob/main/pyproject.toml).

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ nav:
5454
- 'Related projects': 'reference/related-projects.md'
5555
- 'Community':
5656
- 'Code of conduct': 'community/code-of-conduct.md'
57+
- 'Security policy': 'community/security-policy.md'
5758
- 'Online demo': '/django-pattern-library/demo/pattern-library/'

0 commit comments

Comments
 (0)