Skip to content

Commit

Permalink
Merge pull request #176 from r1chardj0n3s/SECURITY.md
Browse files Browse the repository at this point in the history
add security policy file. closes #175.
  • Loading branch information
wimglenn authored Dec 15, 2023
2 parents 7dcf8a0 + 916c041 commit 8ae5d30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Security Policy

## Reporting a Vulnerability

Security concerns may be reported to **[wim.glenn@gmail.com](mailto:wim.glenn+parse@gmail.com)**.

Please provide the following information in your report:

- A description of the vulnerability and its impact
- How to reproduce the issue
- Which versions of the library are affected
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build-backend = "setuptools.build_meta"
name = "parse"
dynamic = ["version"]
readme = "README.rst"
authors = [{name = "Richard Jones", email = "richard@python.org"}]
description = "parse() is the opposite of format()"
license = {file = "LICENSE"}
classifiers = [
Expand All @@ -18,6 +17,14 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]

[[project.authors]]
name = "Richard Jones"
email = "richard@python.org"

[[project.maintainers]]
name = "Wim Glenn"
email = "hey@wimglenn.com"

[project.urls]
homepage = "https://github.com/r1chardj0n3s/parse"

Expand Down

0 comments on commit 8ae5d30

Please sign in to comment.