Skip to content

Commit

Permalink
drafting new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Apr 4, 2024
1 parent 4e7dd58 commit 5c9a01d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rules/prototype.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
rules:
- id: '0001'
category: vuln
name: Cross Site Scripting (XSS)
message: Occur when untrusted data is rendered as HTML without proper escaping, allowing attackers to execute malicious scripts in the context of the victim's browser.
sample:
- render

0 comments on commit 5c9a01d

Please sign in to comment.