Skip to content

Added callback-based request ID checking #258

Added callback-based request ID checking

Added callback-based request ID checking #258

Triggered via pull request November 29, 2024 20:39
Status Failure
Total duration 2m 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci: duration.go#L1
: # github.com/crewjam/saml [github.com/crewjam/saml.test]
golangci: samlidp/samlidp_test.go#L86
undefined: jwt (typecheck)
golangci: samlidp/samlidp_test.go#L124
test.Server.ServeHTTP undefined (type *Server has no field or method ServeHTTP) (typecheck)
golangci: samlidp/samlidp_test.go#L139
test.Server.ServeHTTP undefined (type *Server has no field or method ServeHTTP) (typecheck)
golangci: samlidp/service_test.go#L19
test.Server.ServeHTTP undefined (type *Server has no field or method ServeHTTP) (typecheck)
golangci: samlsp/request_tracker_jwt.go#L17
undefined: jwt (typecheck)
golangci: samlsp/request_tracker_jwt.go#L28
undefined: jwt (typecheck)
golangci: samlsp/request_tracker_jwt.go#L64
claims.VerifyAudience undefined (type JWTTrackedRequestClaims has no field or method VerifyAudience) (typecheck)
golangci: samlsp/request_tracker_jwt.go#L65
claims.Audience undefined (type JWTTrackedRequestClaims has no field or method Audience) (typecheck)
golangci: samlsp/request_tracker_jwt.go#L67
claims.VerifyIssuer undefined (type JWTTrackedRequestClaims has no field or method VerifyIssuer) (typecheck)