Perl Taint在一般意义上是什么意思

Perl Taint在一般意义上是什么意思,第1张

概述我在Perl变量,模式等中读了很多关于Taint的内容,例如 docs: $AUTOLOAD can now be tainted If you call a subroutine by a tainted name, and if it defers to an AUTOLOAD function, then $AUTOLOAD will be (correctly) tainted. 虽然谷歌 我在Perl变量,模式等中读了很多关于Taint的内容,例如 docs:

$autoLOAD can Now be tainted

If 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,befoul

noun

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在一般意义上是什么意思所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1262929.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-08
下一篇 2022-06-08

发表评论

登录后才能评论

评论列表(0条)

保存