修复目标c代码中存储的xss漏洞

时间:2014-01-04 06:41:31

标签: html ios objective-c xcode

我的项目中有这段代码,但是当我进行扫描时,它报告了存储的xss类型的漏洞。

NSString *htmlString = [NSString stringWithContentsOfFile: filePath
                                 encoding: NSUTF8StringEncoding
                                 error: nil];
[self.webView loadHTMLString: htmlString
              baseURL: [[NSBundlemainBundle] bundleURL]];

任何人都可以告诉我如何解决这个问题?

0 个答案:

没有答案