$autoLOAD
can Now be taintedIf you call a subroutine by a tainted name,and if it defers to an
autoLOAD
function,then$autoLOAD
will be (correctly) tainted.
虽然谷歌的污点这个词的定义是:
DeFinitions of taint
verb
contaminate or pollute (something).
“the air was tainted by fumes from the cars”
synonyms: contaminate,pollute,adulterate,infect,blight,spoil,soil,ruin,destroy,befoulnoun
a trace of a bad or undesirable quality or substance.
“the taint of corruption that adhered to the regime”
synonyms: trace,touch,suggestion,hint,tinge,stain,blot,blemish,stigma,black mark,discredit,dishonor,disgrace,shame
那么Perl在Perl中的含义是什么?
解决方法 简而言之:任何来自外部且因此无法控制程序的数据都会被标记为受污染.系统或执行程序等敏感 *** 作拒绝处理这些受污染的数据,您需要通过验证其内容来清除数据.正确使用可以防止命令注入和类似问题. 总结以上是内存溢出为你收集整理的Perl Taint在一般意义上是什么意思全部内容,希望文章能够帮你解决Perl Taint在一般意义上是什么意思所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)