PowerShell / PowerShell/PSScriptAnalyzer
"Invoke-ScriptAnalyzer : The network path was not found" run time error thrown by PSSA
還沒有人認領這個 Issue。
- 主要語言
- C#
- 星號
- 2.2k
- 分支
- 415
- 平均合併
- 13 小時 1 分鐘
- 30 天內合併 PR
- 2
描述
We are using PSSA as a PR policy for our repo, when the ps1 file has a code like this:
& "\\networkpath\\test.exe"
The Invoke-ScriptAnalyzer will throw a error like "Invoke-ScriptAnalyzer : The network path was not found"
The error will disappear if I change the code like this
$path = "\\networkpath\\test.exe"
& $path
I think PSSA should not check the networkpath, since .ps1 file will be running on a different environment other than dev environment. Also, this check seems not a rule in PSSA, but it caused a runtime error when calling Invoke-ScriptAnalyzer and this break our PR policy pipeline. Should PSSA not throw the error in such condition?
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先,使用 issue 中的兩個 PowerShell 程式碼片段重現 Invoke-ScriptAnalyzer,並確定為何會執行或驗證對網路路徑的直接呼叫。追蹤分析器呼叫和執行階段錯誤處理,然後確認分析不需要存取網路路徑,同時仍會回報適用的診斷資訊。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- powershell
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100