-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy Policy
garotm edited this page Apr 9, 2025
·
1 revision
Last Updated: Wednesday April 9th, 2025
Effective: Wednesday April 9th, 2025
We collect minimal data to operate our open-source projects:
# Example of anonymized analytics
collect_metrics = {
'github_interactions': ['stars', 'forks', 'issues'],
'pypi_downloads': True,
'discord_join_dates': False # Explicit opt-in only
}- GitHub Data: Public contributions, issues, PRs (via GitHub API)
- PyPI Metrics: Anonymous download statistics
- Community Interactions: Discord username/ID (when you join our server)
We use data to:
- Improve project documentation and tooling
- Respond to technical support requests
- Analyze feature adoption (aggregate level only)
- Prevent security incidents
Under GDPR/CCPA:
- Legitimate Interest: Maintaining project security
- Consent: Optional community participation
- Contractual Need: CLA enforcement
We only share data with:
- GitHub (Microsoft) for repository operations
- PyPI administrators for package security
- Legal authorities when required by law
graph TD
A[Raw Data] --> B(Encryption at Rest)
B --> C[Access Controls]
C --> D{Anonymization}
D -->|Yes| E[Analytics]
D -->|No| F[Secure Deletion]
- AES-256 encryption for sensitive logs
- 2FA enforcement for maintainers
- Annual third-party security audits
You may:
- Request data access (DSAR Form)
- Delete non-essential personal data
- Opt-out of non-critical tracking
- Withdraw consent (via privacy@flexrpl.org)
| Data Type | Retention | Location |
|---|---|---|
| GitHub Metadata | Indefinite (public record) | GitHub |
| Error Logs | 30 days | EU Servers |
| Support Tickets | 1 year | Encrypted DB |
- Discord: Privacy Policy
- Datadog: Security Practices
Our services are not directed at:
- Under 13 (COPPA)
- Under 16 (GDPR)
We will notify through:
- GitHub repository announcements
- Discord #announcements channel
- Version bump in policy document
← Back to Terms |
Request Data Deletion |
View Security Practices
Home | Documentation | Contributing | Support
Terms • Privacy • Security • Releases
© 2025 fleXRPL. All rights reserved. | Built with ❤️ by fleXRPL Team