Aller au contenu
Français
medium

English posts - Page 2

Posts (page 2)

15 security pitfalls

GitHub Actions: 15 security pitfalls that expose your pipelines

In 2025, attacks like Shai Hulud v2, GhostAction and tj-actions/changed-files compromised tens of thousands of repositories through GitHub Actions. The cause? Always the same mistakes: mutable tags, overly broad permissions, command injection, misused pull_request_target. This article reviews 15 exploited pitfalls, the still immature tooling ecosystem, and gives you the fixes to harden your pipelines.

#github-actions#securite#supply-chain
Read the article
Trivy wiped

Trivy wiped out after a supply chain attack by an AI bot

This Sunday, while installing Trivy through mise, I hit a 404 error. The aquasecurity/trivy GitHub repository was empty. What I took for a bug turned out to be a supply chain attack: an autonomous AI bot compromised a PAT, deleted every release, renamed the repository and published a malicious VS Code extension. Full timeline and lessons.

#trivy#securite#open-source
Read the article