45 matches found
safetext
safetext 这不是 Google 官方支持的产品。 这些库采用 safe-by-construction(安全构造)方法生成 YAML 等格式,用来替代像 text/template 和 sprintf 这样不感知语法、易受注入漏洞影响的库。 示例用例 由于 text/template 不感知它生成格式的语法,因此它无法提供任何针对注入漏洞的防护。 请考虑下面这个使用 text/template 生成 YAML 的 produceConfig 函数: root@kitploit: package main import "bytes" "fmt" "text/template"...
6AI score
SaveExploits0
20