Commit 6b313617 by ccran

feat: 调整final_findings合格性BUG

parent 3db30d09
...@@ -306,6 +306,7 @@ def reflect_review(payload: ReflectReviewRequest) -> ReflectReviewResponse: ...@@ -306,6 +306,7 @@ def reflect_review(payload: ReflectReviewRequest) -> ReflectReviewResponse:
"issue": f.get("issue", ""), "issue": f.get("issue", ""),
"risk_level": (f.get("risk_level") or f.get("level") or "H").upper(), "risk_level": (f.get("risk_level") or f.get("level") or "H").upper(),
"suggestion": f.get("suggestion", ""), "suggestion": f.get("suggestion", ""),
"result": f.get("result", "")
}) })
# print(f'len(store) final_findings:{len(store.final_findings)}') # print(f'len(store) final_findings:{len(store.final_findings)}')
except Exception: except Exception:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment