Skip to content

SWIFT-1210 Add security policy per SSWG requirements #640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Think you've found a bug? Want to see a new feature in `mongo-swift-driver`? Ple
Bug reports in JIRA for all driver projects (i.e. NODE, PYTHON, CSHARP, JAVA) and the
Core Server (i.e. SERVER) project are **public**.

## Security Concerns
Please see [SECURITY.md](SECURITY.md) for details on our security process.

## Installation
The driver supports use with Swift 5.1+. The minimum macOS version required to build the driver is 10.14. The driver is tested in continuous integration against macOS 10.14, Ubuntu 16.04, and Ubuntu 18.04.

Expand Down
12 changes: 12 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security

## Disclosing a Vulnerability
If you believe you have discovered a vulnerability in this library, or are aware of a vulnerability you believe might affect this library, please get in touch!

MongoDB the company has a [process](https://docs.mongodb.com/manual/tutorial/create-a-vulnerability-report/) in place for reporting vulnerabilities in all MongoDB projects, which include this library. Please review that page for the most up-to-date information on the process and how to get in touch.

**Please do not open a SWIFT Jira ticket or GitHub issue, as these are publicly viewable.**

As this library is taking part in the Swift Server Work Group (SSWG) incubation process, also note the following:
* Vulnerabilities found in this library will be privately reported to the [Swift Server Work Group](https://github.com/swift-server/sswg) as per their [security guidelines](https://github.com/swift-server/sswg/blob/main/security/package-maintainer-received-vulnerability-report.md) within 10 days of the report.
* Once vulnerabilities are fixed and released, they will also be announced in the Swift Forums [Server > Security Updates](https://forums.swift.org/c/server/security-updates) area.