data/reports: add GO-2024-2743.yaml

Aliases: CVE-2024-29217, GHSA-cvqr-mwh6-2vc6

Fixes golang/vulndb#2743

Change-Id: I5767b748bbf88ba4972d48bc01083dc63659247c
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/581799
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
diff --git a/data/osv/GO-2024-2743.json b/data/osv/GO-2024-2743.json
new file mode 100644
index 0000000..08431d0
--- /dev/null
+++ b/data/osv/GO-2024-2743.json
@@ -0,0 +1,52 @@
+{
+  "schema_version": "1.3.1",
+  "id": "GO-2024-2743",
+  "modified": "0001-01-01T00:00:00Z",
+  "published": "0001-01-01T00:00:00Z",
+  "aliases": [
+    "CVE-2024-29217",
+    "GHSA-cvqr-mwh6-2vc6"
+  ],
+  "summary": "XSS vulnerability via personal website in github.com/apache/incubator-answer",
+  "details": "XSS vulnerability via personal website in github.com/apache/incubator-answer",
+  "affected": [
+    {
+      "package": {
+        "name": "github.com/apache/incubator-answer",
+        "ecosystem": "Go"
+      },
+      "ranges": [
+        {
+          "type": "SEMVER",
+          "events": [
+            {
+              "introduced": "0"
+            },
+            {
+              "fixed": "1.3.0"
+            }
+          ]
+        }
+      ],
+      "ecosystem_specific": {}
+    }
+  ],
+  "references": [
+    {
+      "type": "ADVISORY",
+      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29217"
+    },
+    {
+      "type": "WEB",
+      "url": "https://lists.apache.org/thread/nc0g1borr0d3wx25jm39pn7nyf268n0x"
+    }
+  ],
+  "credits": [
+    {
+      "name": "Tsubasa Umeuchi"
+    }
+  ],
+  "database_specific": {
+    "url": "https://pkg.go.dev/vuln/GO-2024-2743"
+  }
+}
\ No newline at end of file
diff --git a/data/reports/GO-2024-2743.yaml b/data/reports/GO-2024-2743.yaml
new file mode 100644
index 0000000..b17013d
--- /dev/null
+++ b/data/reports/GO-2024-2743.yaml
@@ -0,0 +1,19 @@
+id: GO-2024-2743
+modules:
+    - module: github.com/apache/incubator-answer
+      versions:
+        - fixed: 1.3.0
+      vulnerable_at: 1.3.0-RC1
+summary: XSS vulnerability via personal website in github.com/apache/incubator-answer
+cves:
+    - CVE-2024-29217
+ghsas:
+    - GHSA-cvqr-mwh6-2vc6
+credits:
+    - Tsubasa Umeuchi
+references:
+    - advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-29217
+    - web: https://lists.apache.org/thread/nc0g1borr0d3wx25jm39pn7nyf268n0x
+source:
+    id: GHSA-cvqr-mwh6-2vc6
+    created: 2024-04-22T13:43:40.133698-04:00