Skip to content

Commit fe5678d

Browse files
authored
Fix missing backticks in CONTRIBUTING.md
1 parent b9b1c02 commit fe5678d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ description = "Use of 'eval' detected."
9999
severity = "High"
100100
remediation = "Avoid using eval(). Use safer alternatives like ast.literal_eval or explicit parsing."
101101
ast_match = "Call(func.id=eval)"
102-
102+
```
103103
104104
105105
## ✅ Submitting Your Contribution

0 commit comments

Comments
 (0)