This repository is in active build-out. Security updates are provided for the main branch.
| Version | Supported |
|---|---|
| Main (Latest) | ✅ |
| Archived/Legacy snapshots | ❌ |
We take the security of this infrastructure seriously. If you discover a vulnerability, please follow these steps:
- Do NOT create a public GitHub issue. Public disclosure before a fix is coordinated puts users at risk.
- Use one of the private channels below (in order of preference):
- Preferred: Open a private report via GitHub Security Advisories: https://github.com/landerox/cloud-landerox-data/security/advisories/new
- Fallback: Email the repository owner at
[email protected]with the subject line[SECURITY] cloud-landerox-data.
- Include relevant details:
- The specific component affected (file path, function, or workflow).
- Description of the vulnerability and its potential impact.
- Steps to reproduce, ideally with a minimal example.
- Any suggested remediation, if known.
- We will acknowledge your report within 48 hours.
- We will provide an initial assessment and estimated timeline for the fix within 7 days.
- Once fixed, we will notify you, publish a patch via the repository release process, and (with your consent) credit you in the advisory.
- No Hardcoded Secrets: Never commit API keys, service account JSONs, or passwords.
- Dependency Management: Keep dependencies audited (
pip-auditruns in CI and pre-commit).