Skip to content

Commit

Permalink
Typo (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
touchweb-vincent authored Jul 18, 2023
1 parent 7257fb0 commit d90be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-02-07-stored-xss.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To highlight the criticality of XSS and give us the means to mitigate their effe

### How to know if a XSS is critical ?

That's important to caracterize with strictness XSS. There is to many people which only tag this vulnerability as "XSS" which is dangerous since there will be misunderstood and often under valuation of gravity.
That's important to caracterize with strictness XSS. There is too many people which only tag this vulnerability as "XSS" which is dangerous since there will be misunderstood and often under valuation of gravity.

The most dangerous are XSS of type 2 according to their official CWE ([CWE-79](https://cwe.mitre.org/data/definitions/79.html)), meaning Stored-XSS (or persistent XSS) and more specialy those which can be injected from FRONT by guest or assimilated to target BACK.

Expand Down

0 comments on commit d90be29

Please sign in to comment.