Tag

frontend security

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Dec 19, 2024 · Information Security

How a Supply‑Chain Attack Compromised Vant and Rspack – Frontend Security Lessons

A recent supply‑chain poisoning incident injected malicious post‑install scripts into the popular Vant component library and Rspack build tool, stealing cloud credentials and mining Monero, prompting developers to upgrade to safe versions and reconsider npm dependency risks.

RspackSupply chain attackVant
0 likes · 5 min read
How a Supply‑Chain Attack Compromised Vant and Rspack – Frontend Security Lessons
php中文网 Courses
php中文网 Courses
Aug 2, 2023 · Frontend Development

Implementing Data Encryption and Secure Transmission in Vue Applications

This article explains how to protect user data in Vue applications by using HTTPS, encryption algorithms, hash functions, and digital signatures, providing practical code examples for setting up an HTTPS server with Node.js/Express, encrypting data with crypto‑js, and verifying data integrity.

CryptoJSVuedata encryption
0 likes · 5 min read
Implementing Data Encryption and Secure Transmission in Vue Applications
政采云技术
政采云技术
Apr 26, 2023 · Frontend Development

An Introduction to Web Client Tracking Technologies: Cookies, Browser Fingerprinting, and Privacy Defenses

This article explores various web client tracking technologies, including first-party and third-party cookies, Flash cookies, and advanced browser fingerprinting techniques like Canvas, AudioContext, and WebRTC, while also discussing practical countermeasures to protect user privacy and prevent unauthorized tracking across modern web browsers.

Anti-TrackingCookie ManagementWeb Tracking
0 likes · 10 min read
An Introduction to Web Client Tracking Technologies: Cookies, Browser Fingerprinting, and Privacy Defenses
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 23, 2020 · Information Security

Comprehensive Summary of XSS (Cross‑Site Scripting) Attacks and Defenses

This article provides a comprehensive overview of Cross‑Site Scripting (XSS), covering its definition, impact, underlying mechanisms, classification, common injection vectors, defensive strategies, practical Q&A, and a curated list of reference resources for developers and security professionals.

Cross-Site ScriptingInformation SecurityXSS
0 likes · 16 min read
Comprehensive Summary of XSS (Cross‑Site Scripting) Attacks and Defenses
政采云技术
政采云技术
Sep 20, 2020 · Frontend Development

Understanding XSS Attacks in React

This article explains what XSS attacks are, categorizes their types, and demonstrates how React’s automatic escaping, JSX compilation, and internal element validation work together to mitigate XSS vulnerabilities while highlighting common unsafe patterns and server‑side defenses.

ReactXSSfrontend security
0 likes · 15 min read
Understanding XSS Attacks in React
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.

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