VYPR

Fickling

by Pypi

Source repositories

CVEs (2)

  • CVE-2026-14535HigJul 4, 2026
    risk 0.50cvss 8.8epss 0.00

    In Trail of Bits fickling versions up to and including 0.1.11, the UnsafeImportsML analysis pass unconditionally calls AnalysisContext.shorten_code(node) on every import node it inspects, regardless of whether the import is flagged as unsafe. This call registers the shortened…

  • CVE-2026-14534HigJul 4, 2026
    risk 0.50cvss 8.8epss 0.00

    Trail of Bits fickling versions up to and including 0.1.10 do not include the Python standard library modules _posixsubprocess, site, and atexit in the UNSAFE_IMPORTS denylist (fickle.py). Because these modules are absent from the denylist, fickling's check_safety() function…