gitsafehub
github.com/minusworld/pdfcpu ↗

minusworld/pdfcpu

scanned 2026-08-11 · git b0be069
2 of 6 checks flagged a security issue
🟡 Worth a look
Only 4 of 6 checks finished — treat this as provisional. Re-check ↻

Informational scan, not a security audit. How this is computed.

Leaked secretsVulnerable dependencies16Known OSS vulnerabilities151Risky code patternsMalicious dependenciesProject health

Security checks

Leaked secrets — Gitleaks none found ✓

API keys, passwords or tokens committed into the repo.

Nothing found by this check. ✓

via Gitleaks v8.21.2 · MIT

Vulnerable dependencies — Trivy 16 found

Packages you depend on that have known security holes (CVEs).

  • Worth fixing CVE-2026-46602 The TIFF decoder does not set a limit on the size of tiles in tiled im ...
    go.mod
    A package you depend on has a known security hole (CVE-2026-46602). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-41727 golang.org/x/image: Uncontrolled Resource Consumption
    go.mod
    A package you depend on has a known security hole (CVE-2022-41727). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-29407 golang.org/x/image/tiff: excessive CPU consumption in decoding
    go.mod
    A package you depend on has a known security hole (CVE-2023-29407). Fix: Update that package to its patched version.
  • Worth fixing CVE-2023-29408 golang.org/x/image/tiff: TIFF decoder does not place a limit on the size of compressed tile data
    go.mod
    A package you depend on has a known security hole (CVE-2023-29408). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-33809 golang: golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via maliciously crafted TIFF file
    go.mod
    A package you depend on has a known security hole (CVE-2026-33809). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-33812 golang.org/x/image: golang: golang.org/x/image: Denial of Service due to excessive memory allocation when parsing malicious font files
    go.mod
    A package you depend on has a known security hole (CVE-2026-33812). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-33813 golang.org/x/image: golang: golang.org/x/image: Denial of Service via malformed WEBP image parsing
    go.mod
    A package you depend on has a known security hole (CVE-2026-33813). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-46599 golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via crafted PackBits-compressed data
    go.mod
    A package you depend on has a known security hole (CVE-2026-46599). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-46601 golang.org/x/image/webp: golang.org/x/image/webp: Denial of Service via malformed VP8 chunk in WebP images
    go.mod
    A package you depend on has a known security hole (CVE-2026-46601). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-46604 golang.org/x/image/tiff: golang.org/x/image/tiff: Denial of Service via invalid TIFF image
    go.mod
    A package you depend on has a known security hole (CVE-2026-46604). Fix: Update that package to its patched version.
  • Worth fixing CVE-2020-14040 golang.org/x/text: possibility to trigger an infinite loop in encoding/unicode could lead to crash
    go.mod
    A package you depend on has a known security hole (CVE-2020-14040). Fix: Update that package to its patched version.
  • Worth fixing CVE-2021-38561 golang: out-of-bounds read in golang.org/x/text/language leads to DoS
    go.mod
    A package you depend on has a known security hole (CVE-2021-38561). Fix: Update that package to its patched version.
  • Worth fixing CVE-2022-32149 golang: golang.org/x/text/language: ParseAcceptLanguage takes a long time to parse complex tags
    go.mod
    A package you depend on has a known security hole (CVE-2022-32149). Fix: Update that package to its patched version.
  • Worth fixing CVE-2026-56852 golang.org/x/text: golang.org/x/text: Denial of Service via invalid UTF-8 input
    go.mod
    A package you depend on has a known security hole (CVE-2026-56852). Fix: Update that package to its patched version.
  • FYI CVE-2024-24792 Parsing a corrupt or malicious image with invalid color indices can ca ...
    go.mod
    A package you depend on has a known security hole (CVE-2024-24792). Fix: Update that package to its patched version.
  • FYI CVE-2026-42500 Decoding a paletted BMP file with an out-of-range palette index result ...
    go.mod
    A package you depend on has a known security hole (CVE-2026-42500). Fix: Update that package to its patched version.

via Trivy v0.70.0 · Apache-2.0

Known OSS vulnerabilities — OSV-Scanner 151 found

Your dependencies cross-checked against the OSV vulnerability database.

  • Worth fixing GO-2023-1572 Denial of service via crafted TIFF image in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2022-41727). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1989 Excessive resource consumption in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2023-29408). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1990 Excessive CPU consumption when decoding 0-height images in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2023-29407). Fix: Update that package to its patched version.
  • Worth fixing GO-2024-2937 Panic when parsing invalid palette-color images in golang.org/x/image
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2024-24792). Fix: Update that package to its patched version.
  • Worth fixing GO-2026-4815 OOM from malicious IFD offset in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2026-33809). Fix: Update that package to its patched version.
  • Worth fixing GO-2026-5032 Excessive resource consumption in PackBits decompression in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2026-46599). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1572 Denial of service via crafted TIFF image in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.sum
    A package you depend on has a known security hole (CVE-2022-41727). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1989 Excessive resource consumption in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.sum
    A package you depend on has a known security hole (CVE-2023-29408). Fix: Update that package to its patched version.
  • Worth fixing GO-2023-1990 Excessive CPU consumption when decoding 0-height images in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.sum
    A package you depend on has a known security hole (CVE-2023-29407). Fix: Update that package to its patched version.
  • Worth fixing GO-2024-2937 Panic when parsing invalid palette-color images in golang.org/x/image
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.sum
    A package you depend on has a known security hole (CVE-2024-24792). Fix: Update that package to its patched version.
  • Worth fixing GO-2026-4815 OOM from malicious IFD offset in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.sum
    A package you depend on has a known security hole (CVE-2026-33809). Fix: Update that package to its patched version.
  • Worth fixing GO-2026-5032 Excessive resource consumption in PackBits decompression in golang.org/x/image/tiff
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.sum
    A package you depend on has a known security hole (CVE-2026-46599). Fix: Update that package to its patched version.
  • FYI GO-2026-4961 Panic when decoding large WEBP image on 32-bit platforms in golang.org/x/image
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2026-33813). Fix: Update that package to its patched version.
  • FYI GO-2026-4962 Excessive memory allocation when decoding malicious SFNT in golang.org/x/image
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2026-33812). Fix: Update that package to its patched version.
  • FYI GO-2026-5031 Panic when reading out of bound palette index in golang.org/x/image/bmp
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2026-42500). Fix: Update that package to its patched version.
  • FYI GO-2026-5061 Panic on VP8 alpha channel size mismatch in x/image/webp in golang.org/x/image
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2026-46601). Fix: Update that package to its patched version.
  • FYI GO-2026-5062 Lack of limit on tile sizes in x/image/tiff in golang.org/x/image
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2026-46602). Fix: Update that package to its patched version.
  • FYI GO-2026-5066 Panic decoding image with out-of-bounds strip offset in x/image/tiff in golang.org/x/image
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2026-46604). Fix: Update that package to its patched version.
  • FYI GO-2021-0142 Unbounded read from invalid inputs in encoding/binary
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2020-16845). Fix: Update that package to its patched version.
  • FYI GO-2021-0223 Certificate verification error on Windows in crypto/x509
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2020-14039). Fix: Update that package to its patched version.
  • FYI GO-2021-0224 Data race and crash in net/http
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2020-15586). Fix: Update that package to its patched version.
  • FYI GO-2021-0226 Cross-site scripting in net/http/cgi and net/http/fcgi
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2020-24553). Fix: Update that package to its patched version.
  • FYI GO-2021-0234 Infinite loop when decoding inputs in encoding/xml
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2021-27918). Fix: Update that package to its patched version.
  • FYI GO-2021-0235 Incorrect operations on the P-224 curve in crypto/elliptic
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2021-3114). Fix: Update that package to its patched version.
  • FYI GO-2021-0239 Improper sanitization when resolving values from DNS in net
    /workdirs/scan-a4cbc608-bc09-497e-a6cb-5fb3382d026a/go.mod
    A package you depend on has a known security hole (CVE-2021-33195). Fix: Update that package to its patched version.
… 126 more not shown

via OSV-Scanner v1.9.2 · Apache-2.0

Risky code patterns — Semgrep none found ✓

Code that can be exploited: injection, hardcoded credentials and similar.

Nothing found by this check. ✓

via Semgrep v1.147.0 · LGPL-2.1

Malicious dependencies — Guarddog timed out

Packages that look intentionally malicious: typosquats, sneaky install scripts.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via Guarddog v2.10.0 · Apache-2.0

error: go:timeout

Project health

A signal about how the project is maintained — not a vulnerability in your code. It doesn’t affect the verdict above.

Project health — OpenSSF Scorecard didn’t run

Maintenance & supply-chain hygiene. A signal about the project, not a vulnerability in your code.

This check didn’t finish — that’s not the same as “clean.” Try Check again above.

via OpenSSF Scorecard · Apache-2.0

About these results. Six open-source checks ran in parallel; every finding is tagged with the tool that produced it. The verdict follows a published rule. False positives and false negatives are normal — a clean scan does not mean the code is secure, and a red verdict does not mean the project is compromised.