mirror of
https://github.com/nushell/nushell.git
synced 2025-05-06 16:02:58 +00:00
# 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.