Skip to content

Commit

Permalink
Expand on summary description of XSS
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Dec 4, 2024
1 parent dfdd004 commit 60e75b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/security/attacks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ In web security, an attack is a specific method an attacker uses to achieve thei
This page links to pages explaining how some common attacks work, and how they can be mitigated.

- [Cross-site scripting (XSS)](/en-US/Web/Security/Attacks/XSS)
- : A cross-site scripting (XSS) attack is one in which an attacker is able to execute their code in the context of the target website.
- : In a cross-site scripting (XSS) attack, a website accepts some input crafted by the attacker and mistakenly includes this input in the site's own pages in a way that makes the browser execute it as code. The malicious code can then do anything that the site's own front-end code could do.

0 comments on commit 60e75b7

Please sign in to comment.