| Version | Supported |
|---|---|
| 0.2.x | ✅ Current |
| 0.1.x | ❌ No longer supported |
If you discover a security vulnerability, please report it responsibly:
- Do not open a public issue.
- Email the maintainer via the address listed on their GitHub profile.
- Include a description of the vulnerability, steps to reproduce, and potential impact.
You should receive an acknowledgement within 48 hours. The maintainer will work with you to understand the issue, determine its severity, and coordinate a fix before any public disclosure.
This project authenticates to Microsoft Fabric using DefaultAzureCredential. It does not store credentials, tokens, or secrets. Authentication tokens are held in memory only for the duration of the session.
Areas of particular security interest:
- Token handling in
onelake_client/auth.py - HTTP request construction in
onelake_client/_http.py - Any user-supplied input rendered via Rich markup (see
rich.markup.escape()usage)