Skip to content

Commit

Permalink
clean readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thegodenage committed Apr 6, 2024
1 parent c54aff1 commit 21c8c4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ What does the Code of Conduct mean for me?

> Our Code of Conduct means that you are responsible for treating everyone on the project with respect and courtesy regardless of their identity. If you are the victim of any inappropriate behavior or comments as described in our Code of Conduct, we are here for you and will do the best to ensure that the abuser is reprimanded appropriately, per our code.
### XSS
There are two types of XSS:
+ HTML injection
+ JS injection (can be validated only on the client side, so for now let's stick to the developers 😁)

**HTML injection**


> HTML injection are attacks agains the HTML tokenization algorithm, examples:
![img.png](readme/html_injection_Samples.png)
> Basically, we need to tokenize input and check attributes, tags against a set of rules
Expand Down

0 comments on commit 21c8c4d

Please sign in to comment.