restart-manager 0.1.0

Safe, human-friendly wrapper for the Windows Restart Manager API: find, stop, and restart the processes that lock your files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Security policy

Until 0.1.0 is published, security fixes are provided on the unreleased
`main` branch. After publication, fixes are provided for the latest release
line.

Please report vulnerabilities privately through the repository's GitHub
Security Advisory form. Do not open a public issue containing exploit details,
session keys, application restart arguments, or affected executable paths.

The crate treats session keys and application restart arguments as sensitive:
their `Debug` implementations are redacted. Consumers remain responsible for
not logging values returned explicitly by `SessionKey::as_str` or
`SessionKey::into_string`.

Unsafe code is confined to the private Windows system boundary. CI runs strict
Clippy, rustdoc, dependency policy, CodeQL, native tests, portable target
checks, and coverage gates.