facebook twitter hatena line email

「セキュリティ/静的解析/ApplicationInspector」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(設定)
(設定)
 
行6: 行6:
  
 
==設定==
 
==設定==
#https://github.com/microsoft/ApplicationInspector/releases で ApplicationInspector_macos_1.0.21.zip をDL
+
https://github.com/microsoft/ApplicationInspector/releases で ApplicationInspector_macos_1.0.21.zip をDL
# ./AppInspector  analyze -s /tmp/project1/src
+
 
 +
==解析実行==
 +
./AppInspector  analyze -s /tmp/project1/src
 +
 
 +
自動で解析結果のoutput.htmlがブラウザで開く。ViewReportボタンを押すと結果が見れる
  
 
==参考==
 
==参考==
 
https://qiita.com/Yoshihiro-Hirose/items/586351b1eb1bcb68e821
 
https://qiita.com/Yoshihiro-Hirose/items/586351b1eb1bcb68e821

2020年1月22日 (水) 15:01時点における最新版

ApplicationInspectorとは

microsoft開発元のオープンソース静的解析ツール

github

https://github.com/microsoft/ApplicationInspector/tree/master/RulesEngine

設定

https://github.com/microsoft/ApplicationInspector/releases で ApplicationInspector_macos_1.0.21.zip をDL

解析実行

./AppInspector  analyze -s /tmp/project1/src

自動で解析結果のoutput.htmlがブラウザで開く。ViewReportボタンを押すと結果が見れる

参考

https://qiita.com/Yoshihiro-Hirose/items/586351b1eb1bcb68e821