GeistHaus
log in · sign up

Hacker News

news.ycombinator.com
3 pages link to this URL
Lockd & Loaded (March 27 2026)

USA Debt Clock - It’s depressing to look at, but I remind myself of this periodically. TurboQuant - I’m excited to see if this technology can reduce the resources needed to run AI. LiteLLM Package Compromise - As defenders lock down the attack surface of organizations, attackers will adapt and find ways to exploit vulnerabilities or weaknesses in other areas. Supply chain attacks are nothing new, but this one is remarkable.

0 inbound links article en post aiinfosec
Protect against supply-chain exploits using uv

LiteLLM was recently victim of a supply-chain exploit, where an attacker was able to run arbitrary code on infected machines. In the aftermath, I saw how uv provides a safety setting for this, and it would be good practice to add this to your pyproject.toml [tool.uv] exclude-newer = "1 week" or uv.toml: exclude-newer = "1 week" The docs provide multiple options to protect yourself.

0 inbound links en posts