Skip to content

Security: nodealchemy/powernode-marketing

Security

SECURITY.md

Security Policy

We take security seriously. This document covers how to report vulnerabilities in the Powernode marketing extension and what to expect from us in response.

Reporting a vulnerability

Do not report security vulnerabilities through public GitHub issues, X, or any other public channel. Public reports give attackers a window between disclosure and patch availability that we can't shorten.

Email security@nodealchemy.com with:

  • Description of the vulnerability + components affected
  • Steps to reproduce (proof-of-concept welcome but not required)
  • Impact assessment (data exposure, privilege escalation, denial of service, etc.)
  • Your name + affiliation if you'd like attribution after the fix ships

You can expect:

  • Acknowledgment within 48 hours of receipt
  • A coordinated-disclosure timeline proposal within 5 business days
  • Weekly status updates during active investigation

Coordinated disclosure

  1. You report privately to security@nodealchemy.com
  2. We investigate, develop + verify a fix, and assign a CVE if warranted
  3. We release the fix + publish a security advisory on the repo
  4. You may publish your write-up after the advisory ships

We aim for a 90-day disclosure window from initial report but can negotiate based on complexity. We won't pursue legal action against good-faith security research that follows this policy.

Scope

In scope:

  • Server-side Rails (server/ — campaign, content, email-list, social-media, analytics models + services)
  • React frontend (frontend/ — marketing operator UI)
  • Sidekiq worker jobs (worker/ — scheduled campaigns, list processing, analytics aggregation)
  • Email + SMS send paths (anti-spam controls, unsubscribe handling, double opt-in flows)
  • Integrations with external marketing platforms (when configured)
  • Subscriber data handling (PII, consent records, preference centers)

Out of scope:

  • Vulnerabilities in third-party dependencies — please report to the upstream project first; we'll address our exposure after the upstream fix is available
  • Issues requiring physical access to a deployed server
  • Theoretical attacks without practical exploitability
  • Findings from automated scanners without manual verification
  • Misconfigurations of operator-controlled campaign or subscriber settings

Supported versions

Version Supported
develop branch Active development; security fixes land here first
Most recent tagged release Critical + high-severity fixes backported
Older tags Please upgrade to the latest tag

Acknowledgments

Security researchers who responsibly disclose vulnerabilities through this process are credited in the resulting advisory unless they prefer anonymity. We don't currently run a paid bug bounty.

See also CODE_OF_CONDUCT.md — community conduct issues go through a separate channel (conduct@nodealchemy.com), not the security inbox.

There aren't any published security advisories