port-sdk 0.1.0

Rust SDK for Port APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Security Policy

## Reporting a Vulnerability

To report a vulnerability, Please follow port's [vulnerability disclosure](https://docs.port.io/security#vulnerability-disclosure)

## Supported Versions

| Version | Supported |
|---------|-----------|
| 0.x     ||

## Safe Handling of Credentials

- Never commit `.env` files or API tokens to version control.
- The SDK avoids logging tokens; keep the default logging configuration unless auditing mandates otherwise.
- Rotate tokens used in documentation examples frequently.