data/reports: add GO-2025-3851

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

Fixes golang/vulndb#3851

Change-Id: I89506d448b5829ee0420ed80ca72b41c364cf36f
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/694856
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ethan Lee <ethanalee@google.com>
Reviewed-by: Markus Kusano <kusano@google.com>
diff --git a/data/osv/GO-2025-3851.json b/data/osv/GO-2025-3851.json
new file mode 100644
index 0000000..8ebb5a1
--- /dev/null
+++ b/data/osv/GO-2025-3851.json
@@ -0,0 +1,48 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2025-3851",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "CVE-2025-44779",
+    "GHSA-93jv-pvg8-hf3v"
+  ],
+  "summary": "Ollama allows deletion of arbitrary files in github.com/ollama/ollama",
+  "details": "Ollama allows deletion of arbitrary files in github.com/ollama/ollama",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/ollama/ollama",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "0"
+            },
+            {
+              "fixed": "0.1.34"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {}
+    }
+  ],
+  "references": [
+    {
+      "type": "ADVISORY",
+      "url": "https://github.com/advisories/GHSA-93jv-pvg8-hf3v"
+    },
+    {
+      "type": "WEB",
+      "url": "https://a1batr0ss.top/2025/08/06/CVE-2025-44779-Ollama-arbitrary-file-deletion"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2025-3851",
+    "review_status": "REVIEWED"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2025-3851.yaml b/data/reports/GO-2025-3851.yaml
new file mode 100644
index 0000000..a109bcc
--- /dev/null
+++ b/data/reports/GO-2025-3851.yaml
@@ -0,0 +1,20 @@
+id: GO-2025-3851
+modules:
+    - module: github.com/ollama/ollama
+      versions:
+        - fixed: 0.1.34
+      vulnerable_at: 0.1.34-rc1
+summary: Ollama allows deletion of arbitrary files in github.com/ollama/ollama
+cves:
+    - CVE-2025-44779
+ghsas:
+    - GHSA-93jv-pvg8-hf3v
+references:
+    - advisory: https://github.com/advisories/GHSA-93jv-pvg8-hf3v
+    - web: https://a1batr0ss.top/2025/08/06/CVE-2025-44779-Ollama-arbitrary-file-deletion
+notes:
+    - No fix commit specified.
+source:
+    id: GHSA-93jv-pvg8-hf3v
+    created: 2025-08-11T17:48:01.581408918Z
+review_status: REVIEWED