/* goodB2G2() - use badsource and goodsink by reversing the blocks in the if in the sink function */
        private void GoodB2G2()
        {
            string data = null;

            /* get environment variable ADD */
            /* POTENTIAL FLAW: Read data from an environment variable */
            data = Environment.GetEnvironmentVariable("ADD");
            goodB2G2PublicStatic = true;
            CWE117_Improper_Output_Neutralization_for_Logs__Environment_22b.GoodB2G2Sink(data);
        }