uselotus / lotus

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Audit required: Use of mark_safe detected BAN-B308
Security
Major
a year agoa year old
Use of mark_safe() may expose cross-site scripting vulnerabilities and should be reviewed.
34        ]
35    )
36
37    return mark_safe(38        f"""<script type="module" src="/static/{manifest['index.html']['file']}"></script>39        <link rel="stylesheet" type="text/css" href="/static/{manifest['index.html']['css'][0]}" />40        {imports_files}"""41    )