Skip to content

Enhance server initialization with Redis cache integration #16

Enhance server initialization with Redis cache integration

Enhance server initialization with Redis cache integration #16

Triggered via push November 3, 2025 08:21
Status Failure
Total duration 3m 38s
Artifacts

go.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Vulnerability Check
database.New calls pgxpool.Pool.Close, which eventually calls x509.CertPool.AppendCertsFromPEM
Vulnerability Check
cache.NewRedisCache calls redis.NewClient, which eventually calls tls.DialWithDialer
Vulnerability Check
doit.main calls fmt.Fprintf, which eventually calls tls.Conn.Write
Vulnerability Check
password_hash.HashPassword calls bcrypt.GenerateFromPassword, which eventually calls tls.Conn.Read
Vulnerability Check
api.Run calls http.Server.ListenAndServe, which eventually calls tls.Conn.HandshakeContext
Vulnerability Check
database.buildPoolConfig calls pgxpool.ParseConfig, which eventually calls pem.Decode
Vulnerability Check
api.Run calls http.Server.ListenAndServe, which eventually calls url.ParseRequestURI
Vulnerability Check
service.UserService.CreateUser calls pgconn.ConnectError.Error, which eventually calls url.Parse
Vulnerability Check
database.New calls pgxpool.Pool.Close, which eventually calls asn1.Unmarshal
Vulnerability Check
api.Run calls http.Server.ListenAndServe, which eventually calls x509.Certificate.Verify
Test
Process completed with exit code 1.