@cloudant/couchbackup 2.9.6 → 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.
package/.secrets.baseline CHANGED
@@ -3,7 +3,7 @@
3
3
  "files": "package-lock.json|test/fixtures|^.secrets.baseline$",
4
4
  "lines": null
5
5
  },
6
- "generated_at": "2022-11-21T09:33:32Z",
6
+ "generated_at": "2023-01-06T15:55:31Z",
7
7
  "plugins_used": [
8
8
  {
9
9
  "name": "AWSKeyDetector"
@@ -224,7 +224,7 @@
224
224
  }
225
225
  ]
226
226
  },
227
- "version": "0.13.1+ibm.55.dss",
227
+ "version": "0.13.1+ibm.56.dss",
228
228
  "word_list": {
229
229
  "file": null,
230
230
  "hash": null
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.6",
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",