Skip to content

Commit

Permalink
Update Cross_Site_Scripting_Prevention_Cheat_Sheet.md (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkarn-godaddy committed May 9, 2024
1 parent 4f5951e commit b0e800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Sample Defense: Canonicalize input, URL Validation, Safe URL verification, Allow
Data Type: String
Context: CSS Value
Code: `HTML <div style="width: UNTRUSTED DATA ;">Selection</div>`
Sample Defense: Strict structural validation (rule \#4), CSS hex encoding, Good design of CSS features. J
Sample Defense: Strict structural validation (rule \#4), CSS hex encoding, Good design of CSS features.
Data Type: String
Context: JavaScript Variable
Expand Down

0 comments on commit b0e800b

Please sign in to comment.