Skip to content

Commit bb4403b

Browse files
m-y-moCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5f8057b commit bb4403b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/seclab_taskflows/mcp_servers

src/seclab_taskflows/mcp_servers/ghsa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def store_new_ghsa_summary(
129129
existing.high_severity_count = high_severity_count
130130
existing.medium_severity_count = medium_severity_count
131131
existing.low_severity_count = low_severity_count
132-
existing.summary_notes = (existing.summary_notes or "") + (summary_notes or "")
132+
existing.summary_notes = summary_notes
133133
else:
134134
new_summary = GHSASummary(
135135
repo=repo,

0 commit comments

Comments
 (0)