Description:
Our project depends on github.com/jcmturner/gokrb5:v8.4.4. One of its child dependencies, github.com/jcmturner/rpc:v2.0.3, appears to be outdated or end-of-life and should be upgraded to a maintained version to ensure continued compatibility and security.
Impact:
Possible stability or security issues due to reliance on an outdated RPC library.
Potential compatibility problems with newer Go versions or dependent components.
Suggested Solution:
Identify a maintained version or suitable alternative for github.com/jcmturner/rpc.
Update the dependency reference in the go.mod file.
Rebuild the project and ensure all tests pass successfully.
Description:
Our project depends on github.com/jcmturner/gokrb5:v8.4.4. One of its child dependencies, github.com/jcmturner/rpc:v2.0.3, appears to be outdated or end-of-life and should be upgraded to a maintained version to ensure continued compatibility and security.
Impact:
Possible stability or security issues due to reliance on an outdated RPC library.
Potential compatibility problems with newer Go versions or dependent components.
Suggested Solution:
Identify a maintained version or suitable alternative for github.com/jcmturner/rpc.
Update the dependency reference in the go.mod file.
Rebuild the project and ensure all tests pass successfully.