CWE Rule 88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
Since R2024a
Description
The product constructs a string for a command to be executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.
Polyspace Implementation
The rule checker checks for these issues:
Execution of externally controlled command
Unsafe call to a system function
Examples
Check Information
| Category: Data Neutralization Issues |
PQL Name: std.cwe_native.R88 |
Version History
Introduced in R2024a