skyflow-js 1.17.0 → 1.17.1
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/CHANGELOG.md +5 -0
- package/README.md +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1079,3 +1079,6 @@ cardNumber.setAltText("Card Number");
|
|
|
1079
1079
|
//clear altText
|
|
1080
1080
|
cardNumber.clearAltText();
|
|
1081
1081
|
```
|
|
1082
|
+
## Reporting a Vulnerability
|
|
1083
|
+
|
|
1084
|
+
If you discover a potential security issue in this project, please reach out to us at security@skyflow.com. Please do not create public GitHub issues or Pull Requests, as malicious actors could potentially view them.
|