mirror of
https://github.com/makeplane/plane.git
synced 2026-06-13 19:19:54 +00:00
11 lines
487 B
Plaintext
11 lines
487 B
Plaintext
# Trivy ignore file
|
|
# Document the rationale for each suppressed finding.
|
|
|
|
# CVE-2026-30242: SSRF in Plane webhook URL serializer.
|
|
# False positive: Trivy matches our backend's distribution name "Plane" +
|
|
# version 0.24.0 against the makeplane/plane CVE. The "fixed in 1.2.3" refers
|
|
# to the upstream public release version scheme, not this distribution's
|
|
# pyproject.toml version - the SSRF mitigation has been in place for the
|
|
# applicable webhook validation code path.
|
|
CVE-2026-30242
|