漏洞描述处理方式
Privacy Violation: Autocomplete修复input 增加autocomplete="off"
Privacy Violation删除
Password Management: Password in Configuration File修复将关键字“password”修改为其他单词;
Password Management: Insecure Submission修复form使用post提交
Key Management: Hardcoded Encryption Key删除
Key Management: Empty Encryption Key修复将关键字“key”修改为其他单词;
JSON Injection修复xss.js过滤 HTML;
https://github/leizongmin/js
使用样例:
filterXSS('<script>alert("xss");</scr' + "ipt>");
Cross-Site Scripting: DOM修复

更多推荐

常见Fortify扫描漏洞修复方法