Files
mayfly-go/server/pkg/req
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
..
2025-05-21 04:42:30 +00:00
2025-05-20 21:04:47 +08:00
2024-04-23 11:35:45 +08:00
2026-02-07 13:12:07 +08:00