Files
mayfly-go/server/pkg
saa99999 a17fa5a103 Fix CWE-347: JWT algorithm confusion + CWE-798: hardcoded credentials in example config (#131)
- Add HMAC algorithm verification in ParseToken to prevent JWT algorithm
  confusion attacks (CWE-347). Reject tokens with non-HMAC signing methods.
- Replace hardcoded secrets in config.yml.example with empty values
  (JWT key, DB password, AES key) to prevent users from deploying with
  weak/known credentials (CWE-798).
2026-05-27 19:10:12 +08:00
..
2026-04-15 12:47:10 +08:00
2026-04-15 12:47:10 +08:00
2026-04-15 12:47:10 +08:00
2026-04-28 22:37:10 +08:00
2026-04-28 22:37:10 +08:00
2026-03-18 20:58:41 +08:00