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
apps/builder/internal/queue/worker.go:132 casts a port number from int to int32 without bounds checking. gosec reports G115 (CWE-190). A crafted job payload with port > 65535 silently produces an invalid or negative ECS port mapping.
apps/builder/internal/queue/worker.go:132 casts a port number from int to int32 without bounds checking. gosec reports G115 (CWE-190). A crafted job payload with port > 65535 silently produces an invalid or negative ECS port mapping.