Read-only by default
Write tools require explicit enablement.
The controls below come from the Jira and Confluence package security documents.
Write tools require explicit enablement.
Certificate verification is never disabled.
Tokens come from environment variables only.
Restrict accessible Jira projects.
Sanitise Confluence search input.
Each user supplies their own credentials.
Every request is traceable.
Configurable; default 30 seconds.
These documents remain the source of truth as package security guidance changes.
This connector follows a read-only by default security posture. Write operations (create, update, transition, comment, assign, log work) are only available when explicitly enabled via JIRA_ENABLE_WRITES=true.
JIRA_ALLOWED_PROJECTS to restrict which projects the connector can accessThis package does NOT disable TLS certificate verification. For environments with corporate or self-signed certificates:
NODE_EXTRA_CA_CERTS=/path/to/ca-bundle.pem in your environmentJIRA_CA_CERT_PATH to point to your certificate fileNever set NODE_TLS_REJECT_UNAUTHORIZED=0 in production.
If you discover a security vulnerability, please report it responsibly:
| Version | Supported |
|---|---|
| 1.0.x | Yes |
Read-only by default. Write tools require CONFLUENCE_ENABLE_WRITES=true. No TLS bypass. Use NODE_EXTRA_CA_CERTS for corporate certificates. CQL input is escaped to prevent injection. Tokens from environment variables only.
Report vulnerabilities directly to maintainers.