Live data from Hacker News

LiteLLM PyPI has been compromised an hour ago, do not update

futuresearch.ai

1–9 of 9 posts

Re: LiteLLM PyPI has been compromised an hour ago, do not update

#6
We recently switched to pnpm, in part to guard against supply chain attacks (https://pnpm.io/supply-chain-security).

Reading this got me wondering whether uv has something similar, and indeed it does appear to (https://docs.astral.sh/uv/reference/settings/#exclude-newer)

Re: LiteLLM PyPI has been compromised an hour ago, do not update

#8

We recently switched to pnpm, in part to guard against supply chain attacks ( https://pnpm.io/supply-chain-security ). Reading this got me wondering whether uv has something similar, and indeed it does appear to ( https://docs.astral.sh/uv/reference/settings/#exclude-newer )

Wherever practical, I also recommend using devcontainers, so that in addition to breaking supply chain security, large-scale damage would require an unpatched sandbox exploit too.