コード例 #1
0
        /* goodG2B() - use goodsource and badsink */
        private void GoodG2B(HttpRequest req, HttpResponse resp)
        {
            string data;

            /* FIX: Use a hardcoded class name */
            data = "Testing.test";
            CWE470_Unsafe_Reflection__Web_File_52b.GoodG2BSink(data, req, resp);
        }