To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
BatConf releases are signed with GPG. Verify downloaded artifacts against
the detached .asc signatures attached to each
GitHub Release, and
verify the vX.Y.Z git tag with git tag -v vX.Y.Z.
Each maintainer who cuts releases signs with their own key. The canonical
list of authorized signing keys is the
KEYS file at
the repository root. Import it once, then verify:
gpg --import KEYS
git tag -v vX.Y.Z
gpg --verify batconf-X.Y.Z.tar.gz.asc batconf-X.Y.Z.tar.gz
Authorized signers (see KEYS for the full public keys):
| Maintainer | Fingerprint | Authorized |
|---|---|---|
| Lundy Bernard | 10D0375D 76138F64 C966CE81 E6A1871D 072F9BB1 |
2026-06-07 – |
| Lauren Moore | F3A0B2D8 A58086F1 3FEE0203 B5E77395 0F1A501F |
2026-08-09 - |
The keys are also mirrored to a keyserver for convenience:
gpg --keyserver keys.openpgp.org --recv-keys {FINGERPRINT}