xss

Tag

Cards List
#xss

What's the best way to do authentication in modern applications

Hacker News Top · 2026-07-11 Cached

The article discusses the security implications of storing authentication tokens in localStorage versus cookies, emphasizing the risks of XSS attacks and the benefits of using httpOnly cookies for sensitive apps.

0 favorites 0 likes
#xss

Structurally fixing injection bugs (2012)

Lobsters Hottest · 2026-07-01 Cached

The article argues that injection bugs (XSS and SQL injection) should be prevented structurally through output escaping and avoiding the problem entirely, rather than relying solely on input sanitization.

0 favorites 0 likes
#xss

XSS Is Deadly for Passkeys: The Hidden Risk of Attestation None

Lobsters Hottest · 2026-05-20 Cached

The article explains how a single XSS vulnerability can defeat the phishing-resistance of passkeys when attestation is set to 'none', allowing attackers to register their own passkeys and achieve persistent account takeover. It calls for attention to this overlooked threat and suggests defenses.

0 favorites 0 likes
← Back to home

Submit Feedback