Feb 15 · 2 min read · You can have the cleanest React code, the fastest API, and the most beautiful UI. But if I can inject a script into your search bar that steals your users' session cookies, your startup is dead. Security is not an "add-on." It is a fundamental requi...
Join discussion
Jan 26 · 4 min read · Cross-Site Scripting (XSS) is a security vulnerability that allows an attacker to inject malicious client-side scripts (usually JavaScript) into web pages viewed by other users. Unlike CSRF (which targets the server by tricking it into accepting a re...
Join discussionJan 15 · 4 min read · Cuando desarrollamos aplicaciones en Oracle APEX, solemos concentrarnos en la lógica del negocio, la experiencia de usuario y el rendimiento. Sin embargo, hay un aspecto crítico que muchas veces se pasa por alto hasta que es demasiado tarde: la segur...
Join discussion
Jan 6 · 3 min read · Introduction Cross-Site Scripting (XSS) is a client-side attack that exploits trust between a user’s browser and a web application. Unlike SQL Injection, which targets backend databases, XSS targets users directly by injecting malicious scripts into ...
Join discussionDec 19, 2025 · 3 min read · Alright.This one will be more analytical + reflective, less step-by-step, more “how I thought while doing it”, so it doesn’t feel repetitive. Use-Case-05 — XSS Attack Detection using Splunk Spotting XSS Attempts in Web Logs — What the Logs Actually ...
Join discussion