.trivyignore 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. # Dockerfile USER directive (DS-0002): Bambuddy runs as a single-host
  2. # Docker container where root is needed for device access and FFmpeg.
  3. DS-0002
  4. # util-linux hostname canonicalization (LOW, no fix available in Debian bookworm).
  5. # Affects mount, login, libuuid1, libsmartcols1, etc. — not exploitable in container context.
  6. CVE-2026-3184
  7. # libtiff denial-of-service bugs (pulled in by ffmpeg, not directly used).
  8. # No fix available in Debian bookworm.
  9. CVE-2025-61143
  10. CVE-2025-61144
  11. CVE-2025-61145
  12. # iptables --syn flag bypass (LOW, no fix available, not relevant — container doesn't use iptables).
  13. CVE-2012-2663
  14. # ffmpeg DVD subtitle parser heap OOB write (MEDIUM). Debian Security Tracker
  15. # marks it "postponed" for both bookworm and trixie; no upstream fix yet.
  16. # Not reachable in Bambuddy — ffmpeg here only ingests printer-camera RTSP
  17. # and MJPEG/H.264/H.265 streams, never DVD/VOB files with subtitle tracks.
  18. CVE-2026-6385
  19. # ffmpeg AV1 decoder OOB read → DoS (MEDIUM, "minor issue" per Debian).
  20. # Same "postponed" status in bookworm and trixie; no upstream fix yet.
  21. # Not reachable — Bambu printer cameras emit H.264/H.265/MJPEG, not AV1.
  22. CVE-2026-30997
  23. # openjpeg JPEG 2000 integer overflow (LOW). No Debian fix available.
  24. # libopenjp2-7 is pulled in transitively by ffmpeg but Bambuddy never
  25. # decodes JPEG 2000 files (printer thumbnails are PNG, camera is MJPEG/H.264).
  26. CVE-2026-6192