Files
Crussell/frontend/static/images/portfolio/placeholder-03.svg
T
popertots 4146f8e09a fix: pre-launch review — security, money safety, privacy, legal, code quality
Security (P0):
- IsJTIRevoked fails closed on DB error (previously accepted revoked tokens)
- Remove dead consume parameter from SCA gate (prevented token replay)
- Rate limiter map TTL-based eviction (prevented memory exhaustion)
- 2FA attempt map already had LRU eviction (verified)

Money Safety (P1):
- Gift card transfer refuses expired destination cards
- Gift card balance deduction has WHERE balance >= amount guard
- Webhook clawback acquires till-sale advisory lock
- Sweep/retry lock keys aligned

Privacy/Cookies (P2):
- Self-host Google Fonts (Playfair Display woff2)
- Replace CARTO map tiles with OpenStreetMap raster tiles
- Replace Wikimedia/icon-icons external images with local SVGs
- Remove external image URLs from CSP

Legal (P3):
- Privacy policy: add 6 missing data categories (gift cards, 2FA, GDPR, notifications, technical, cookies)
- Terms: add Tips section (optionality, non-refundable, same processing as bookings)

Code Quality (P4):
- twofa.Check accepts db.Querier for testability
- depositPromotionMinPct uses literal 0.20 (not misleading alias)
- HolidayHours.svelte uses proper type (not as any[])
- Remove stale TODO comments from main.go

Testing (P5):
- 94 new float64 money validity tests across 3 test files
- Cover VAT, splits, refunds, gift cards, rounding, precision boundaries
- All 27 backend test packages pass
2026-08-22 00:34:51 +01:00

18 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300">
<defs>
<linearGradient id="bg3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fff3e0"/>
<stop offset="100%" stop-color="#ffe0b2"/>
</linearGradient>
</defs>
<rect width="400" height="300" fill="url(#bg3)" rx="8"/>
<!-- Hand silhouette -->
<path d="M160 80 Q170 60 190 70 L195 90 Q200 70 215 75 L215 95 Q225 75 240 85 L235 105 Q250 95 260 110 L250 130 Q265 130 265 150 L260 170 Q255 190 240 200 L220 210 L180 210 Q160 200 150 180 L145 150 Q140 130 150 110 Z" fill="#ff8f00" opacity="0.12"/>
<!-- Nail polish dots on fingertips -->
<circle cx="185" cy="75" r="6" fill="#ff6f00" opacity="0.4"/>
<circle cx="210" cy="80" r="6" fill="#ff6f00" opacity="0.4"/>
<circle cx="235" cy="90" r="6" fill="#ff6f00" opacity="0.4"/>
<circle cx="255" cy="115" r="6" fill="#ff6f00" opacity="0.4"/>
<circle cx="258" cy="145" r="6" fill="#ff6f00" opacity="0.4"/>
<text x="200" y="260" text-anchor="middle" fill="#e65100" font-family="Georgia, serif" font-size="14" opacity="0.6">Nail Art — Warm</text>
</svg>