Nikita Sarkanianikitasarkania.hashnode.dev·Oct 2, 2024Security Risks of Inline Event Handlers in React.js (And How to Avoid Them)If you’re a React.js developer, chances are you’ve dropped an inline event handler into your code without even thinking twice. It’s so easy to do! You might write something like this: <button onClick={() => alert('You clicked me!')}>Click Me</button>...84 readsReactSecurity
NiKHIL NAIRnncodes.hashnode.dev·Sep 11, 2024Mastering CORS in JavaScript: A Comprehensive Guide for Frontend DevelopersWhen developing web applications, security is paramount, especially when it comes to handling cross-origin requests. Browsers implement several security mechanisms to protect users from potential attacks like Cross-Site Scripting (XSS) and Cross-Site...Preflight Requests
Harshal Shahdelvingwithharshal.hashnode.dev·Aug 21, 2024Understanding Cross-Site Scripting (XSS) Attacks: What You Need to KnowCross-Site Scripting (XSS) is one of the most common and dangerous security vulnerabilities affecting web applications today. Despite being well-known, XSS continues to be a significant threat, impacting websites and users across the globe. In this b...Fortify and Defend: Navigating the Cybersecurity Landscapewebsecurity
Aayush Srivastavaaayush-srivastava.hashnode.dev·Jul 4, 2024What is Cross - Site Scripting ?Introduction Cross-site scripting (XSS) is a common web security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users. This type of attack occurs on the client side, where the goal is to execute harmful...1 likeXSS
Gaurav Chaudharypixelgig.pro·Mar 31, 2024Learning Cyber Security Day 5 - Common Coding Vulnerabilities🥉Hey security-conscious coders! We've been fortifying our code with encryption and secure coding practices. Today, we shift gears and delve into the enemy's playbook – common coding vulnerabilities that hackers exploit to gain access to systems and st...Cybersecurity Bootcamp: My Daily Grind to Expertisecybersecurity
Cynthia Ilojemecynthiailojeme.hashnode.dev·Aug 24, 2023Safeguarding Your Web Applications Against Cross-Site Scripting (XSS) VulnerabilitiesA brief intro on web security Web security, also known as "Cybersecurity," is the practice of safeguarding websites and web applications by detecting, preventing, and responding to cyber threats. The goal of web security is to protect against hackers...9 likes·72 readsFrontend Development