Skip to content

Security: weirdtangent/blink2mqtt

SECURITY.md

Security Policy

Supported Versions

Version Supported
Latest

Reporting a Vulnerability

If you discover a security vulnerability, please report it via GitHub Security Advisories.

Please include:

  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Any suggested fixes (optional)

Container Image Verification

Docker images are signed using Cosign with keyless signing via GitHub Actions OIDC.

Verifying Image Signatures

cosign verify graystorm/blink2mqtt:latest \
  --certificate-identity-regexp="https://github.com/weirdtangent/blink2mqtt/.*" \
  --certificate-oidc-issuer="https://token.actions.githubusercontent.com"

Security Scanning

  • Container images are scanned with Trivy on every build
  • Scan results are uploaded to the GitHub Security tab
  • SBOM (Software Bill of Materials) is generated for each image
  • Build provenance is attested for supply chain security

There aren't any published security advisories