Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@ ignore:
not listed in go.mod and not compiled into any binary.
expires: 2026-10-09T00:00:00.000Z
created: 2026-04-09T00:00:00.000Z
# --- goldmark XSS vulnerability (transitive ghost dep; not compiled) ---
SNYK-GOLANG-GITHUBCOMYUINGOLDMARKRENDERHTML-15838406:
- '*':
reason: >-
CVE-2026-5160 Cross-site Scripting (CWE-79).
github.com/yuin/goldmark is a transitive dependency of golang.org/x/tools v0.44.0;
not listed in go.mod and not compiled into any binary.
`go mod why` confirms: "main module does not need package github.com/yuin/goldmark".
expires: 2026-10-15T00:00:00.000Z
created: 2026-04-15T00:00:00.000Z
# --- golang.org/x/crypto vulnerabilities (transitive ghost dep; not in go.mod) ---
SNYK-GOLANG-GOLANGORGXCRYPTOSSH-8747056:
- '*':
Expand Down
Loading