No description
Find a file
Thorben Günther 1714bf5ed6
basicAuthMiddleware: Protect against timing attacks
Compare strings of equal length (hashed with SHA-512) with
ConstantTimeCompare.

Closes: https://todo.xenrox.net/~xenrox/ntfy-alertmanager/1
2022-10-13 13:08:54 +02:00
.gitignore Add gitignore 2022-10-09 19:52:32 +02:00
config.go Support ntfy tags 2022-10-12 17:04:44 +02:00
functions.go Support ntfy tags 2022-10-12 17:04:44 +02:00
go.mod Upgrade dependencies 2022-10-13 01:15:04 +02:00
go.sum Upgrade dependencies 2022-10-13 01:15:04 +02:00
LICENSE Initial commit 2022-10-09 14:19:48 +02:00
main.go basicAuthMiddleware: Protect against timing attacks 2022-10-13 13:08:54 +02:00