facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==ApplicationInspectorとは== microsoft開発元のオープンソース静的解析ツール ==github== https://github.com/microsoft/ApplicationInspector/tree/master/R...」)
 
(設定)
 
(同じ利用者による、間の4版が非表示)
行4: 行4:
 
==github==
 
==github==
 
https://github.com/microsoft/ApplicationInspector/tree/master/RulesEngine
 
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

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