data/reports: Removing summary collision

Change-Id: Iace97d562c3d66cc6dc4e18b7a13368474c7047c
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/573875
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Tim King <taking@google.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/data/osv/GO-2024-2656.json b/data/osv/GO-2024-2656.json
index e299822..1529a54 100644
--- a/data/osv/GO-2024-2656.json
+++ b/data/osv/GO-2024-2656.json
@@ -7,7 +7,7 @@
     "CVE-2024-28249",
     "GHSA-j89h-qrvr-xc36"
   ],
-  "summary": "Unencrypted traffic between nodes in github.com/cilium/cilium",
+  "summary": "Unencrypted traffic between nodes with IPsec in github.com/cilium/cilium",
   "details": "In Cilium clusters with IPsec enabled and traffic matching Layer 7 policies, traffic that should be IPsec-encrypted between a node's Envoy proxy and pods on other nodes is sent unencrypted, and traffic that should be IPsec-encrypted between a node's DNS proxy and pods on other nodes is sent unencrypted.",
   "affected": [
     {
diff --git a/data/osv/GO-2024-2657.json b/data/osv/GO-2024-2657.json
index dcdc63a..5e2d5d7 100644
--- a/data/osv/GO-2024-2657.json
+++ b/data/osv/GO-2024-2657.json
@@ -7,7 +7,7 @@
     "CVE-2024-28250",
     "GHSA-v6q2-4qr3-5cw6"
   ],
-  "summary": "Unencrypted traffic between nodes in github.com/cilium/cilium",
+  "summary": "Unencrypted traffic between nodes with WireGuard in github.com/cilium/cilium",
   "details": "In Cilium clusters with WireGuard enabled and traffic matching Layer 7 policies: traffic that should be WireGuard-encrypted is sent unencrypted between a node's Envoy proxy and pods on other nodes, and traffic that should be WireGuard-encrypted is sent unencrypted between a node's DNS proxy and pods on other nodes.",
   "affected": [
     {
diff --git a/data/reports/GO-2024-2656.yaml b/data/reports/GO-2024-2656.yaml
index 0be2e99..b8df68f 100644
--- a/data/reports/GO-2024-2656.yaml
+++ b/data/reports/GO-2024-2656.yaml
@@ -8,7 +8,7 @@
         - introduced: 1.15.0
           fixed: 1.15.2
       vulnerable_at: 1.15.1
-summary: Unencrypted traffic between nodes in github.com/cilium/cilium
+summary: Unencrypted traffic between nodes with IPsec in github.com/cilium/cilium
 description: |-
     In Cilium clusters with IPsec enabled and traffic matching Layer 7 policies,
     traffic that should be IPsec-encrypted between a node's Envoy proxy and pods on
diff --git a/data/reports/GO-2024-2657.yaml b/data/reports/GO-2024-2657.yaml
index 0bf7cea..746f7ca 100644
--- a/data/reports/GO-2024-2657.yaml
+++ b/data/reports/GO-2024-2657.yaml
@@ -7,7 +7,7 @@
         - introduced: 1.15.0
           fixed: 1.15.2
       vulnerable_at: 1.15.1
-summary: Unencrypted traffic between nodes in github.com/cilium/cilium
+summary: Unencrypted traffic between nodes with WireGuard in github.com/cilium/cilium
 description: |-
     In Cilium clusters with WireGuard enabled and traffic matching Layer 7 policies:
     traffic that should be WireGuard-encrypted is sent unencrypted between a node's