Tag

Sanitization

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 1, 2025 · Information Security

Preventing XSS Attacks in Rich Text Editors: Concepts, Types, and Implementation

This article explains what XSS attacks are, describes the three main XSS types, and provides practical JavaScript functions for sanitizing and restoring rich‑text content to protect web applications from high‑risk cross‑site scripting vulnerabilities.

JavaScriptRich TextSanitization
0 likes · 7 min read
Preventing XSS Attacks in Rich Text Editors: Concepts, Types, and Implementation
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 7, 2024 · Backend Development

Secure Spring Boot Actuator: Prevent Sensitive Data Exposure

This article explains how Spring Boot Actuator can unintentionally expose sensitive endpoints like /env, /configprops, and /threaddump, and provides detailed configuration and custom sanitizing techniques to protect confidential information in production environments.

ActuatorSanitizationSecurity
0 likes · 8 min read
Secure Spring Boot Actuator: Prevent Sensitive Data Exposure