createInsecure() in Production
Using grpc.credentials.createInsecure() instead of SSL credentials, sending data over plaintext.
Information disclosure could occur via man-in-the-middle; attackers can read or modify RPC data, steal credentials, and impersonate services over plaintext connections.
Using grpc.credentials.createInsecure() instead of SSL credentials, sending data over plaintext.
Sourcery automatically identifies information disclosure via createinsecure() disabling tls in grpc client/server and many other security issues in your codebase.