Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Cross-Site Scripting: Reflected #309

@QiAnXinCodeSafe

Description

@QiAnXinCodeSafe

msg = str(request.data, 'utf-8', 'ignore')
if self.on_message_received(msg):
return 'msg: %s' % msg

Sending unvalidated data to a web browser can result in the browser executing malicious code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions