MAKENTNU/web

View on GitHub
src/contentbox/views.py

Summary

Maintainability
A
0 mins
Test Coverage

Potential XSS on mark_safe function.
Open

        return mark_safe(html_text)
Severity: Minor
Found in src/contentbox/views.py by bandit

Use of mark_safe() may expose cross-site scripting vulnerabilities and should be reviewed.
Open

        return mark_safe(html_text)
Severity: Minor
Found in src/contentbox/views.py by bandit

There are no issues that match your filters.

Category
Status