Files
Thibault VINCENT e69b3d0172 fix(lint): contextcheck + gosec nosec + ineffassign + unconvert
Thread ctx through onSecret→fetchPassphrase (contextcheck); suppress
SHA-1 gosec warnings in jceksHMAC with nosec (protocol-mandated by
JKS/JCEKS wire format); drop dead skip initialiser in decodeJCEKS
(ineffassign); remove redundant int64 cast on UnixMilli (unconvert).
2026-05-15 16:54:25 +02:00
..