@openmrs/esm-billing-app 1.3.2-pre.1992 → 1.3.2-pre.1995
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/.turbo/cache/41434d502135d9a5-meta.json +1 -0
- package/.turbo/cache/41434d502135d9a5.tar.zst +0 -0
- package/.turbo/turbo-build.log +1 -1
- package/SECURITY.md +12 -0
- package/dist/2450.js +1 -1
- package/dist/2450.js.map +1 -1
- package/dist/main.js +2 -2
- package/dist/openmrs-esm-billing-app.js +2 -2
- package/dist/openmrs-esm-billing-app.js.buildmanifest.json +5 -5
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/.turbo/cache/65a6cb6fedae6425-meta.json +0 -1
- package/.turbo/cache/65a6cb6fedae6425.tar.zst +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"hash":"41434d502135d9a5","duration":15568}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
package/SECURITY.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
## Reporting a Vulnerability
|
|
4
|
+
|
|
5
|
+
Please report security issues privately. Don't open a public issue, pull request, forum thread, or Slack message.
|
|
6
|
+
|
|
7
|
+
- By Email: on <security@openmrs.org> - Emails are automatically posted on the private Security Talk category, where they are immediately available for review & discussion by relevant OpenMRS community members in technical or operational leadership positions.
|
|
8
|
+
- On GitHub: you can use the Private Vulnerability Report feature in GitHub [here](https://github.com/openmrs/openmrs-core/security/advisories). This helps us leverage GitHub's Security Advisory & CVE tools. Please include as much detail as possible: the steps to reproduce, the affected versions, the expected vs. actual results, and anything else that helps us react faster. We prefer a text write-up with a proof-of-concept over screenshots or videos.
|
|
9
|
+
|
|
10
|
+
Please don't test against any system holding real patient data.
|
|
11
|
+
|
|
12
|
+
For our full vulnerability management process, severity targets, and disclosure steps, see [om.rs/security101](https://om.rs/security101).
|