Enhance server initialization with Redis cache integration #16
go.yaml
on: push
Build
37s
Test
3m 35s
Verify Code Generation
1m 42s
Security Scan
1m 4s
Vulnerability Check
36s
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.
|