Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 851 Bytes

File metadata and controls

26 lines (16 loc) · 851 Bytes

Security Policy

Supported Versions

Security fixes are handled on the latest released minor line.

Reporting A Vulnerability

Please report security issues privately to Pletor Co., Ltd. before opening a public issue.

Include:

  • affected version or commit
  • impact and reproduction steps
  • whether config file write access, local filesystem access, or container privileges are required
  • any suggested mitigation

Do not include secrets, production data, or customer-specific identifiers in reports.

Security Posture

node-metrics-agent is a telemetry module. It must fail open: failures in metric collection, configuration reload, or exporter integration must not stop the host JVM process.

Configuration is parsed with SnakeYAML safe construction. Runtime config reload keeps the previous working config if a new config is invalid.