nushell/crates/nu-std/std-rfc/kv
Justin Ma 453e294883
Refactor kv commands: replace inline params in SQL queries (#15108)
# Description

Update some comments and fix potential security issue:

SQL Injection in DELETE statements: The code constructs SQL queries by
interpolating the $key variable directly into the string. If a key
contains malicious input could lead to SQL injection. Need to use
parameterized queries or escaping.
2025-02-13 23:23:59 -05:00
..
mod.nu Refactor kv commands: replace inline params in SQL queries (#15108) 2025-02-13 23:23:59 -05:00