Tag

Escaping

1 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Feb 23, 2022 · Mobile Development

iOS Closures – Part Two

This article provides an in‑depth exploration of Swift closures on iOS, covering their definition, three forms, practical use cases, underlying SIL generation, capture lists, context capture, storage mechanisms, escaping and autoclosure variants, and important memory‑management considerations such as reference cycles.

ClosureEscapingSwift
0 likes · 17 min read
iOS Closures – Part Two
Qunar Tech Salon
Qunar Tech Salon
Oct 18, 2018 · Information Security

XSS Attacks: Introduction, Classification, Prevention, and Detection

This article explains the fundamentals of Cross‑Site Scripting (XSS) attacks, presents real‑world examples, classifies stored, reflected, and DOM‑based XSS, and provides comprehensive prevention, detection, and mitigation techniques for frontend developers, including proper escaping, whitelist schemes, CSP, and secure coding practices.

CSPEscapingWeb Security
0 likes · 27 min read
XSS Attacks: Introduction, Classification, Prevention, and Detection