@govuk-pay/pay-js-commons 6.0.18 → 6.0.20
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/README.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,3 +197,13 @@ This pull request must be reviewed and merged by a developer.
|
|
|
197
197
|
Once the release pull request is merged, GitHub Actions will publish the new versioned package to NPM.
|
|
198
198
|
|
|
199
199
|
__IMPORTANT__: Other pull requests will be blocked from merging until the release pull request is merged or closed.
|
|
200
|
+
|
|
201
|
+
## Licence
|
|
202
|
+
|
|
203
|
+
[MIT License](https://github.com/alphagov/pay-js-commons/blob/master/LICENSE)
|
|
204
|
+
|
|
205
|
+
## Vulnerability Disclosure
|
|
206
|
+
|
|
207
|
+
GOV.UK Pay aims to stay secure for everyone.
|
|
208
|
+
If you are a security researcher and have discovered a security vulnerability in this code, we appreciate your help in disclosing it to us in a responsible manner.
|
|
209
|
+
Please refer to our [vulnerability disclosure policy](https://www.gov.uk/help/report-vulnerability) and our [security.txt](https://vdp.cabinetoffice.gov.uk/.well-known/security.txt) file for details.
|