Skip to content
codefactor.io / CodeFactor failed Oct 18, 2024 in 1s

1 issue found.

Annotations

Check failure on line 32 in rules/generate_rules.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rules/generate_rules.py#L32

Using jinja2 templates with autoescape=False is dangerous and can lead to XSS. Use autoescape=True or use the select_autoescape function to mitigate XSS vulnerabilities. (B701)