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