| Version | Supported |
|---|---|
| 1.x | ✅ |
| < 1.0 | ❌ |
If you discover a security vulnerability in Pactwork, please report it responsibly:
- Do not open a public issue
- Report via GitHub Security Advisories
- Include a description of the vulnerability
- Allow time for a fix before public disclosure
We take security seriously and will respond promptly.
Pactwork:
- Uses
execFile(notexec) to prevent shell injection when invoking subprocesses - Does not execute user-provided code
- Reads and writes only to specified directories
- Disables external
$refresolution in the OpenAPI parser to prevent unintended network requests (SSRF). Only local file references are resolved.