You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/pkg/utils/jwtclaims/jwt.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ const (
87
87
// KnownInsecureJWTSecret is the placeholder shipped in config.go's struct
88
88
// tag; it must never sign real tokens. Keep in sync with the `default:` tag
89
89
// on Config.JWTSecret.
90
-
KnownInsecureJWTSecret="default-jwt-secret-change-me"//nolint:gosec // public placeholder config default, intentionally rejected for production signing
90
+
KnownInsecureJWTSecret="default-jwt-secret-change-me"// #nosec G101: public placeholder config default, intentionally rejected for production signing
91
91
// MinJWTSecretLength matches the 32-byte floor enforced for ENCRYPTION_KEY.
0 commit comments