码迷,mamicode.com
首页 >  
搜索关键字:prevention    ( 41个结果
Preventing XSS with JSOUP
JSOUP is XSS prevention tool. Jsoup can detect xss script in html and url also. Now i am giving example with url. Jsoup can validate the url with the help of "isValidate()" method. "isValidate()" m...
分类:Web程序   时间:2015-08-10 15:00:34    阅读次数:345
问题-[Delphi]提示Can't load package:dclite70.bpl解决方法
问题现象:提示Can't load package:dclite70.bpl问题原因:全是Window2003的Data Execution Prevention(DEF数据执行保护)造成的。解决方法:win2003server SP1 + delphi7 ,在启动DELPHI时会提示Can't l...
分类:Windows程序   时间:2015-07-17 17:48:49    阅读次数:175
HackerRank - "Fraud Prevention"
Yes just an implementation problem.. a lot of typing work.#include #include #include #include #include #include #include #include #include #include us...
分类:其他好文   时间:2015-06-23 06:22:05    阅读次数:155
在SharePoint Online/OneDrive for Business 和 Office applications中试试数据丢失防护
Evolving Data Loss Prevention in SharePoint Online/OneDrive for Business and Office applications by Office 365Team, on April 21, 2015   Today’spost was written by Shobhit Sahay, technical product m...
分类:移动开发   时间:2015-06-18 11:40:39    阅读次数:181
每个程序员都该知道的10大编程格言
每个程序员都该知道的10大编程格言(Kevin Pang):编程格言1:无风不起浪 (There is no smoke without fire)编程格言2:预防为主,治疗为辅(An ounce of prevention is worth a pound of cure:)编程格言3:不要把鸡蛋...
分类:其他好文   时间:2015-04-07 19:31:57    阅读次数:314
DOM based XSS Prevention Cheat Sheet(DOM Based XSS防御检查单)
本文为翻译版本,原文请查看 https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet介绍谈到XSS攻击,有三种公认的形式,Stored、 Reflected 和 DOM Based XSS。 XSS Prevention...
分类:其他好文   时间:2015-03-02 06:05:31    阅读次数:391
XSS (Cross Site Scripting) Prevention Cheat Sheet(XSS防护检查单)
本文是 XSS防御检查单的翻译版本 https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet介绍本文描述了一种恰当地使用输出转码或者转义(encoding or escaping)防御X...
分类:其他好文   时间:2015-02-28 06:39:33    阅读次数:396
在翻译群里看到的一个句子的翻译
the practice of claiming a reduction in co2 emissions for the product or s service being considered based on the prevention or removal of ghg emission...
分类:其他好文   时间:2015-02-17 12:54:17    阅读次数:133
McAfee Host Intrusion Prevention
McAfee Host Intrusion Prevention是一款集防火墙功能和HIPS于一身的主动防御和防火墙软件,将其与 McAfee VirusScan Enterprise 8.5/8.7搭配组成完整而强大的安全防御系统。对于初级电脑用户来说,仅仅开启默认设置,就已经可以使电脑得到很好的...
分类:其他好文   时间:2014-11-29 17:26:28    阅读次数:206
OD: DEP & Ret2Libc
Data Execution Prevention,数据执行保护,专门用来弥补计算机对数据和代码混淆这一天然缺陷。DEP 的原理是将数据所在的内存页(默认的堆、各种堆栈页、内存池页)标记为不可执行,当试图执行不可执行页的数据时,CPU 抛出异常,转入异常处理。MS 从 Windows XP sp2 ...
分类:其他好文   时间:2014-10-08 11:38:55    阅读次数:431
41条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!