Commit graph county-sprints/Cargo.toml
Author SHA1 Message Date
Jonas Rabenstein
da1d36739f web: use Form and Query from axum_extra
Otherwise Vec can not be deserialized.
2026-08-13 05:07:38 +02:00
Claude
1473e726f3 webhook: compare secret in constant time
payload.secret != expected_secret short-circuits on the first
differing byte, which leaks timing information about how many
leading bytes of a guess are correct. Use subtle::ConstantTimeEq
instead.
2026-08-13 04:12:13 +02:00
Jonas Rabenstein
859603399a sync 2026-08-13 02:43:17 +02:00
Jonas Rabenstein
89091a03d3 dev api key 2026-08-12 14:02:12 +02:00
Jonas Rabenstein
a9d22e8312 chatgpt 2026-08-12 13:24:01 +02:00