Skip to content

Commit d07122b

Browse files
authored
docs: add Who's Using GoSQLX section (#457) (#475)
1 parent 08b0236 commit d07122b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.trivyignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# Format: <advisory-id> [expiry-date] [comment]
33
# See: https://aquasecurity.github.io/trivy/latest/docs/configuration/filtering/#trivyignore
44

5+
# CVE-2026-32285 — github.com/buger/jsonparser v1.1.1
6+
# Severity: HIGH/MEDIUM | No fixed version available (latest is v1.1.1, released 2021-01-08)
7+
# Transitive dependency: mark3labs/mcp-go → invopop/jsonschema → wk8/go-ordered-map → buger/jsonparser
8+
# Not called directly by any GoSQLX code. Risk is scoped to MCP JSON schema generation.
9+
# Re-evaluate when buger/jsonparser releases a patched version or when mcp-go updates its dependency.
10+
CVE-2026-32285
11+
512
# GHSA-6g7g-w4f8-9c9x — buger/jsonparser v1.1.1
613
# Severity: MEDIUM | No fixed version available (latest is v1.1.1, released 2021-01-08)
714
# Transitive dependency: mark3labs/mcp-go → invopop/jsonschema → wk8/go-ordered-map → buger/jsonparser

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,18 @@ task check # fmt → vet → lint → test (with race detection)
184184

185185
<br/>
186186

187+
## Who's Using GoSQLX?
188+
189+
GoSQLX is downloaded and cloned by developers worldwide -- 595 unique cloners in just 14 days. If you're using GoSQLX in your project or organization, we'd love to hear about it!
190+
191+
| Project / Company | Use Case |
192+
|---|---|
193+
| *Your project here* | [Add yourself via PR](https://github.com/ajitpratap0/GoSQLX/edit/main/README.md) or [tell us in Discussions](https://github.com/ajitpratap0/GoSQLX/discussions) |
194+
195+
Using GoSQLX at work? Building something cool with it? Share your story in [GitHub Discussions](https://github.com/ajitpratap0/GoSQLX/discussions) -- it helps the community grow and motivates continued development.
196+
197+
<br/>
198+
187199
## Community
188200

189201
<div align="center">

0 commit comments

Comments
 (0)