@cloudant/couchbackup 2.9.7-SNAPSHOT.62 → 2.9.7-SNAPSHOT.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/SECURITY.md +16 -0
  2. package/package.json +1 -1
package/SECURITY.md ADDED
@@ -0,0 +1,16 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ | Version | Supported |
6
+ | ------- | ------------------ |
7
+ | latest | :white_check_mark: |
8
+
9
+ ## Reporting a Vulnerability
10
+
11
+ If you believe you have found a vulnerability please report it responsibly. IBM has documented the process for reporting vulnerabilities at https://www.ibm.com/trust/security-psirt.
12
+
13
+ ## Vulnerabilities in dependencies
14
+
15
+ This repo is regularly scanned for known CVEs in dependencies and updates to versions with remediations are applied and released as soon as possible.
16
+ Reporting known CVEs in dependencies in this repository is not necessary and will not lead to a faster resolution.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudant/couchbackup",
3
- "version": "2.9.7-SNAPSHOT.62",
3
+ "version": "2.9.7-SNAPSHOT.63",
4
4
  "description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
5
5
  "homepage": "https://github.com/cloudant/couchbackup",
6
6
  "repository": "https://github.com/cloudant/couchbackup.git",