logoalt Hacker News

timglyesterday at 11:12 AM1 replyview on HN

The packages were published using a compromised key directly, not through our ci/cd. We rolled the key, and published a new clean version from our repo through our CI/CD: https://github.com/PostHog/posthog-js/actions/runs/196303581...


Replies

progbitsyesterday at 11:16 AM

Why do you keep using token auth? This is unacceptable negligence these days.

NPM supports GitHub workflow OIDC and you can make that required, disabling all token access.

show 3 replies