Severity: 🟡 Medium (0.53) | Type: ❓ Unclassified

Report

[Halo 3] RSS enclosure has wrong MIME type (webp→jpeg) and length: 0 Source: https://github.com/c0ze/blog.arda.tr/issues/3 `src/pages/rss.xml.js:33` sets the enclosure type as: ```js type: imageURL.endsWith('.png') ? 'image/png' : 'image/jpeg' ``` This mislabels `.webp` OG images as `image/jpeg`. Affected posts: - `src/content/blog/2026/2026-03-14-setting-up-a-triple-boot-linux-machine.md` - `src/content/blog/2026/2026-05-28-vigil-today-now-tracks-inventory-and-talks-to-your-chatbot.md` - `src/content/blog/2026/2026-06-06-grep-thyself-cataloging-a-25-year-career.md` Also `length: 0` is invalid for an enclosure an

GameAi Intelligence | Issue #8888 |