コード例 #1
0
 /* goodG2B() - use goodsource and badsink */
 private static void GoodG2B(HttpRequest req, HttpResponse resp)
 {
     /* FIX: Set data to a fixed, non-null String */
     data = "CWE690";
     CWE690_NULL_Deref_From_Return__getParameter_Web_equals_68b.GoodG2BSink(req, resp);
 }