Skip to content

Refactor SQL module to use prepared statements #1611

@rzo1

Description

@rzo1

The external/sql module currently constructs SQL queries using string concatenation based on trusted configuration values. While there is no direct injection risk—since all inputs come from static configuration files during topology submission—it would be good practice to refactor these to use prepared statements.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions