Skip to content

Security: nocturney/STOW

SECURITY.md

Security Policy

Supported versions

Security fixes are provided for the latest released version of STOW.

Version Supported
Latest release Yes
Older releases No

Reporting a vulnerability

Please do not open a public issue containing vulnerability details.

Use GitHub's private vulnerability reporting feature for this repository:

  1. Open the repository's Security page.
  2. Choose Report a vulnerability.
  3. Include reproduction steps, affected versions, and the potential impact.

Reports will be reviewed and handled through GitHub Security Advisories when appropriate.

Update integrity

Standard installed copies of STOW update through the official STOWSetup.exe published in this repository's versioned GitHub Releases.

Before launching a downloaded update, STOW verifies:

  • the installer SHA-256 against the release's SHA256SUMS.txt;
  • the installer FileVersion against the GitHub release tag;
  • the installer ProductVersion against the semantic release version.

The installer separately verifies the embedded STOW payload before replacing the installed application.

Installation model

The official installer is per-user and installs under %LOCALAPPDATA%\STOW, so normal installation does not require elevation.

Package-managed copies remain under their package manager's control and are not silently replaced by STOW's installer updater.

Code signing

Current releases are not Authenticode-signed. SHA-256 verification protects update integrity, but it is not a substitute for publisher code signing.

There aren't any published security advisories