Instructions to use SZLHOLDINGS/szl-provctl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use SZLHOLDINGS/szl-provctl with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("SZLHOLDINGS/szl-provctl") - Notebooks
- Google Colab
- Kaggle
fix: correct security contact to live domain (szlholdings.com; .ai does not resolve)
Browse files- SECURITY.md +4 -4
SECURITY.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
**Do NOT open a public issue for security vulnerabilities.**
|
| 6 |
|
| 7 |
-
Please report security vulnerabilities via email to **security@szlholdings.
|
| 8 |
|
| 9 |
1. Description of the vulnerability
|
| 10 |
2. Steps to reproduce
|
|
@@ -31,8 +31,8 @@ We follow a **90-day responsible disclosure** policy.
|
|
| 31 |
|
| 32 |
## Contact
|
| 33 |
|
| 34 |
-
- **Security disclosures:** security@szlholdings.
|
| 35 |
-
- **General:** hello@szlholdings.
|
| 36 |
-
- **Website:** https://szlholdings.
|
| 37 |
|
| 38 |
*This policy follows the [OpenSSF Vulnerability Disclosure Guide](https://github.com/ossf/oss-vulnerability-guide).*
|
|
|
|
| 4 |
|
| 5 |
**Do NOT open a public issue for security vulnerabilities.**
|
| 6 |
|
| 7 |
+
Please report security vulnerabilities via email to **security@szlholdings.com** with:
|
| 8 |
|
| 9 |
1. Description of the vulnerability
|
| 10 |
2. Steps to reproduce
|
|
|
|
| 31 |
|
| 32 |
## Contact
|
| 33 |
|
| 34 |
+
- **Security disclosures:** security@szlholdings.com
|
| 35 |
+
- **General:** hello@szlholdings.com
|
| 36 |
+
- **Website:** https://szlholdings.com
|
| 37 |
|
| 38 |
*This policy follows the [OpenSSF Vulnerability Disclosure Guide](https://github.com/ossf/oss-vulnerability-guide).*
|