KASS notebooks are continuously updated. We support:
| Version | Supported |
|---|---|
| Latest main branch | ✅ |
| Older commits | ❌ (use latest) |
Do NOT report security vulnerabilities through public issues, discussions, or pull requests.
Email: [email protected]
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
Response timeline:
- Acknowledgment: Within 48 hours
- Assessment: Within 7 days
- Fix timeline: Depends on severity (critical: days, high: weeks, low: next release)
Yes:
- Exposure of sensitive data (API keys, credentials, PII)
- Code execution vulnerabilities
- Privilege escalation
- Data injection attacks
- Malicious code in dependencies
No (use regular issues instead):
- Bugs that don't affect security
- Feature requests
- Documentation errors
- Performance issues
When using KASS notebooks:
-
Never commit credentials:
- Use environment variables for API keys
- Add
.envto.gitignore - Use secrets management for production
-
Validate data sources:
- Verify data connector URLs
- Check SSL certificates
- Use official API endpoints only
-
Review dependencies:
- Keep packages updated
- Check for known vulnerabilities with
pip-audit - Pin versions in production
-
Data handling:
- Never include real PII in example notebooks
- Sanitize data before sharing
- Follow data use agreements
-
KRL Platform users:
- Use SSO when available
- Enable 2FA
- Follow organizational security policies
We follow responsible disclosure:
- Reporter submits vulnerability privately
- We confirm and develop fix
- We deploy fix to repository
- We publicly disclose after fix is deployed (typically 90 days)
- We credit reporter (unless they prefer anonymity)
Critical security updates are announced:
- GitHub Security Advisories
- Repository README banner
- Project Discussions
Subscribe to repository notifications to stay informed.
- Security issues: [email protected]
- General questions: Open a Discussion
- Platform security: https://krlabs.dev/security
Thank you for helping keep KASS and its users safe.