Skip to content

Bump github.com/apache/yunikorn-core from 1.5.0 to 1.5.1 #9

Bump github.com/apache/yunikorn-core from 1.5.0 to 1.5.1

Bump github.com/apache/yunikorn-core from 1.5.0 to 1.5.1 #9

Status Success
Total duration 46s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Go Lint: internal/webservice/webservice.go#L24
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
Go Lint: internal/ykclient/api_handlers.go#L43
G107: Potential HTTP request made with variable url (gosec)
Go Lint: internal/ykclient/api_handlers.go#L73
G107: Potential HTTP request made with variable url (gosec)
Go Lint: internal/ykclient/api_handlers.go#L109
G107: Potential HTTP request made with variable url (gosec)
Go Lint: internal/ykclient/client.go#L69
avoid direct access to proto field ev.Type, use ev.GetType() instead (protogetter)
Go Lint: internal/ykclient/client.go#L72
avoid direct access to proto field ev.Type, use ev.GetType() instead (protogetter)
Go Lint: internal/ykclient/client.go#L73
avoid direct access to proto field ev.ObjectID, use ev.GetObjectID() instead (protogetter)
Go Lint: internal/ykclient/client.go#L74
avoid direct access to proto field ev.Message, use ev.GetMessage() instead (protogetter)
Go Lint: internal/ykclient/client.go#L75
avoid direct access to proto field ev.EventChangeType, use ev.GetEventChangeType() instead (protogetter)
Go Lint: internal/ykclient/client.go#L76
avoid direct access to proto field ev.EventChangeDetail, use ev.GetEventChangeDetail() instead (protogetter)