Skip to content

Security: joelborch/workerflow

SECURITY.md

Security Policy

WorkerFlow security focuses on ingress protection, secret hygiene, and replay-safe operational controls.

Reporting a Vulnerability

Do not open public issues for security-sensitive findings.

Preferred reporting channel (private):

Include:

  • affected area and impact
  • reproduction steps
  • suggested remediation (if available)

Scope

Security reports are especially important for:

  • authentication and authorization paths
  • secrets management and credential handling
  • webhook ingress validation
  • replay/retry and dead-letter endpoints
  • connector auth and secret usage patterns

Security Automation

  • CodeQL workflow: .github/workflows/codeql.yml
  • Secret scanning workflow: .github/workflows/secret-scan.yml
  • Secret scanning policy: docs/SECRET_SCANNING_POLICY.md
  • Dependency cadence: .github/dependabot.yml (weekly for runtime, dashboard, and GitHub Actions)

There aren’t any published security advisories