Skip to content

Commit e8b7ea3

Browse files
committed
feat: separate cloud services ToS from code license, add legal framework for API use
1 parent 660fae2 commit e8b7ea3

7 files changed

Lines changed: 1096 additions & 386 deletions

File tree

API.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@ All API endpoints require:
5757
- **Forward Secrecy**: Daily server key rotation with deterministic derivation
5858
- **Data Anonymization**: Mandatory PII/secrets masking for all AI troubleshooting requests
5959

60+
## Terms of Service Compliance
61+
62+
⚠️ **Important Legal Notice:** Access to VXControl Cloud Platform services requires compliance with [Terms of Service](TERMS_OF_SERVICE.md).
63+
64+
The platform provides access to sensitive cybersecurity capabilities including:
65+
- **Threat Intelligence**: IOC/IOA databases and real-time threat analysis
66+
- **Vulnerability Data**: CVE databases, exploit information, and security assessments
67+
- **AI-Powered Support**: Automated troubleshooting with access to system logs and configurations
68+
- **Computational Resources**: Cloud-based security analysis and processing
69+
70+
**These services may ONLY be used for authorized, ethical, and legal cybersecurity purposes.**
71+
72+
Before using any API endpoints, ensure you understand and comply with all applicable terms and restrictions outlined in the [Terms of Service](TERMS_OF_SERVICE.md).
73+
6074
## API Services
6175

6276
| Service | Host | Endpoint | Method | Models | Status | Description |

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ This project adheres to ethical cybersecurity practices and responsible disclosu
2121
- Follow responsible disclosure practices for any vulnerabilities discovered
2222
- Respect the intellectual property rights of VXControl and other contributors
2323
- Maintain professional conduct in all interactions with the community
24+
- **Comply with [Terms of Service](TERMS_OF_SERVICE.md)** when testing or using cloud services
25+
26+
## Important Legal Notice
27+
28+
⚠️ **Before contributing or testing cloud integration features, read the [Terms of Service](TERMS_OF_SERVICE.md).**
29+
30+
This SDK provides access to sensitive cybersecurity capabilities through cloud services. Contributors must understand and comply with legal and ethical requirements for:
31+
- Working with threat intelligence and vulnerability data
32+
- Testing AI-powered troubleshooting features with anonymized data
33+
- Handling computational resources and security analysis tools
34+
35+
All contributions involving cloud services integration must align with authorized, defensive cybersecurity purposes only.
2436

2537
## How to Contribute
2638

EULA.md

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)