windows-iso-downloader/backend
Shekhar Vaidya 106e2e2b31 fix(backend): allow non-numeric SKU IDs for legacy Windows products
Replaced strconv.Atoi on sku_id with a permissive allowlist regex
(alphanumeric, hyphens, underscores). Older products like Windows 8.1
(#48, #52) return non-integer SKU IDs from Microsoft API, causing the
Get Download Links button to fail with 'sku_id must be a numeric value'.

Closes #9
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 12:45:27 +05:30
..
Dockerfile fix: remove public folder copy from Dockerfile 2026-04-10 20:56:08 +05:30
go.mod fix: downgrade go version to 1.22 and ensure go.sum is tracked 2026-04-10 20:40:01 +05:30
go.sum fix: remove go.sum from ignore list 2026-04-10 20:33:36 +05:30
main.go fix(backend): allow non-numeric SKU IDs for legacy Windows products 2026-05-18 12:45:27 +05:30