chore: update ai-review findings [ai-review-bot][failure]

This commit is contained in:
AI Review Bot
2026-06-26 02:53:10 +00:00
parent 43601350b0
commit 66d2c4b35f
2 changed files with 56 additions and 1 deletions
+6
View File
@@ -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 對話收斂判定為誤報(問題在最新程式碼中不成立或不適用)"
}
]