πKernel - NKS0043
Use KernelPlatform.GetTerminalType()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
var value = Environment.GetEnvironmentVariable("TERM");
}After the fix
Suppression
Recommendation
Last updated