Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

'print' helper function #46

@JohnMertz

Description

@JohnMertz

As discovered with recent vulnerability fixes in the current release, it can be clumsy to simply 'print' everything to the WebUI in-line. This requires that variables are properly sanitized every time a new output line is added, which can be very easy to make mistakes with. The best solution is probably to replace every 'print' function with a 'clean_print' helper function and replace all applicable instances of 'print' to use that instead. Then, we will be guaranteed that new output using that helper function should not be vulnerable.

This is a lot of work and is best not to get in the way of creating stable-ish the Beta images.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions