ApplicationInspector:一款功能强大的软件源代码分析与审计工具

来源:岁月联盟 编辑:猪蛋儿 时间:2020-03-16
  Arguments:
  -r, --custom-rules-path       Custom rules path
  -i, --ignore-default-rules    Ignore default rules bundled with application.  Default = false
  -o, --output-file-path        Path to output file
  -x, --console-verbosity       Console verbosity [high|medium|low].  Default = medium.
验证默认规则:
dotnet AppInspector.dll verifyrules
使用自定义规则:
dotnet AppInspector.dll verifyrules -r /home/user/myproject/customrules -i
项目地址
 

ApplicationInspector:【GitHub传送门

参考资料

1、https://github.com/Microsoft/ApplicationInspector/wiki

上一页  [1] [2] [3]