chore: update ai-review findings [ai-review-bot][failure]
This commit is contained in:
@@ -22,5 +22,11 @@
|
||||
"role": "Bard",
|
||||
"original_finding": "String(latest) 呼叫顯得冗贅,因為 latest 在此處已明確為字串型別。建議直接使用 latest.split('.')。",
|
||||
"reason": "nextReleaseVersion 為對外公開(exported)函式,String() 為防禦性處理,確保被直接以非字串呼叫時也不致拋錯。"
|
||||
},
|
||||
{
|
||||
"location": "Dockerfile:13",
|
||||
"role": "Assassin",
|
||||
"original_finding": "移除 `--no-check-certificate`。若確實有無法解決的憑證問題,應排查來源網域的信任鏈或安裝正確的憑證,而不是直接關閉安全機制。",
|
||||
"reason": "AI 對話收斂判定為誤報(問題在最新程式碼中不成立或不適用)"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user