suppress warning since this is a false positive
This commit is contained in:
+2
-1
@@ -31,7 +31,8 @@ var (
|
||||
jwtSecretError error
|
||||
|
||||
// Pre-allocate error messages to avoid repeated allocations
|
||||
errExpiredToken = "Invalid or expired token"
|
||||
|
||||
errExpiredToken = "Invalid or expired token" // #nosec G101
|
||||
)
|
||||
|
||||
// Initialize JWT secret once
|
||||
|
||||
Reference in New Issue
Block a user