mirror of
https://github.com/nushell/nushell.git
synced 2025-04-21 19:58:21 +02: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. |
||
---|---|---|
.. | ||
mod.nu |