data/reports: add GO-2025-3368

  - data/reports/GO-2025-3368.yaml

Fixes golang/vulndb#3368

Change-Id: I61e9d68b999d4bf2d3207663e46771ec8adb88da
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/640936
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/data/osv/GO-2025-3368.json b/data/osv/GO-2025-3368.json
new file mode 100644
index 0000000..20d6e3b
--- /dev/null
+++ b/data/osv/GO-2025-3368.json
@@ -0,0 +1,83 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2025-3368",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "CVE-2025-21613",
+    "GHSA-v725-9546-7q7m"
+  ],
+  "summary": "Argument Injection via the URL field in github.com/go-git/go-git",
+  "details": "Argument Injection via the URL field in github.com/go-git/go-git",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/go-git/go-git/v5",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "0"
+            },
+            {
+              "fixed": "5.13.0"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {}
+    },
+    {
+      "package": {
+        "name": "github.com/go-git/go-git/v4",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "4.0.0"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {}
+    },
+    {
+      "package": {
+        "name": "gopkg.in/src-d/go-git.v4",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "4.0.0"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {}
+    }
+  ],
+  "references": [
+    {
+      "type": "ADVISORY",
+      "url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m"
+    }
+  ],
+  "credits": [
+    {
+      "name": "@vin01"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2025-3368",
+    "review_status": "REVIEWED"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3368.yaml b/data/reports/GO-2025-3368.yaml
new file mode 100644
index 0000000..f757102
--- /dev/null
+++ b/data/reports/GO-2025-3368.yaml
@@ -0,0 +1,29 @@
+id: GO-2025-3368
+modules:
+    - module: github.com/go-git/go-git/v5
+      versions:
+        - fixed: 5.13.0
+      vulnerable_at: 5.12.0
+    - module: github.com/go-git/go-git/v4
+      versions:
+        - introduced: 4.0.0
+      vulnerable_at: 4.13.1
+    - module: gopkg.in/src-d/go-git.v4
+      versions:
+        - introduced: 4.0.0
+      vulnerable_at: 4.13.1
+summary: Argument Injection via the URL field in github.com/go-git/go-git
+cves:
+    - CVE-2025-21613
+ghsas:
+    - GHSA-v725-9546-7q7m
+credits:
+    - '@vin01'
+references:
+    - advisory: https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m
+notes:
+    - Could not find fix commit; leaving all packages vulnerable.
+source:
+    id: GHSA-v725-9546-7q7m
+    created: 2025-01-06T15:18:10.910983-10:00
+review_status: REVIEWED