diff --git a/_data/blogs.yml b/_data/blogs.yml index 878fd95..ed1c70a 100644 --- a/_data/blogs.yml +++ b/_data/blogs.yml @@ -1,3 +1,10 @@ +- link: /blog/polyfill + img: /blog/polyfill/figures/malware_clean.png + title: "The Malware CDN is Still Lurking in GitHub Pages, and AI Just Made It Worse" + date: "2026-06-24" + description: "A year after polyfill.io was hijacked, over a thousand live GitHub Pages sites continue to serve JavaScript from a network the US government has sanctioned. And AI just made it worse." + category: "main" + - link: /blog/cybergym-e2e img: /blog/cybergym-e2e/images/overview.png title: "CyberGym-E2E: Scalable Real-World Benchmark for AI Agents' End-to-End Cybersecurity Capabilities" diff --git a/_includes/head.html b/_includes/head.html index 4ed4263..9d608fe 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -21,5 +21,5 @@ new Splide('.splide').mount(); }); - + diff --git a/_layouts/blog.html b/_layouts/blog.html index 4cf180e..f2c3b03 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -233,6 +233,54 @@