/* goodG2B() - use goodsource and badsink */
 private static void GoodG2B()
 {
     /* FIX: Use a hardcoded string */
     data = "foo";
     CWE23_Relative_Path_Traversal__Database_68b.GoodG2BSink();
 }