incubator-stormcrawler icon indicating copy to clipboard operation
incubator-stormcrawler copied to clipboard

Refactor SQL module to use prepared statements

Open rzo1 opened this issue 5 months ago • 1 comments

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.

rzo1 avatar Jul 21 '25 17:07 rzo1

I would like to help with this issue :)

ferCancholaCruz avatar Jul 21 '25 23:07 ferCancholaCruz