Veracode 安全扫描
我运行我的应用程序进行静态分析,发现开放重定向缺陷。
这是我使用下面的 ESAPI 验证器代码进行输入验证的代码行
response.sendRedirect(location.toString());
,但仍未解决。
if(!ESAPI.validator().isValidRedirectLocation(string, location.toString(), true));
感谢您的帮助。
I ran my application for static analysis, getting Open Redirects flaw.
Here is line of code
response.sendRedirect(location.toString());
I used below code of ESAPI validator for input validation but still not resolved.
if(!ESAPI.validator().isValidRedirectLocation(string, location.toString(), true));
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论