chore: update ai-review findings [ai-review-bot][success]
AI / 計算版本號 (pull_request) Successful in 2s
AI / Code Review (pull_request) Successful in 5s

This commit is contained in:
AI Review Bot
2026-06-22 10:04:21 +00:00
parent 24788a6f4a
commit df3234bf19
+9 -1
View File
@@ -1 +1,9 @@
[]
[
{
"level": "warning",
"role": "Mage",
"location": "app/config.test.js:117",
"suggestion": "環境變數 `OPENCODE_SKIP_TLS_VERIFY` 被設定為空字串 (`''`) 時,系統會將其解讀為 `true`,導致跳過 TLS 驗證。這與一般布林環境變數的慣例(空字串通常視為 `false` 或未設定)不符,可能造成使用者誤解,意外地啟用不安全的設定。建議調整 `shouldSkipOpenCodeTLSVerify` 的邏輯,將空字串視為 `false`,或明確要求使用者輸入 `true` 或 `1` 來啟用跳過驗證。",
"is_new": true
}
]