[Info-vax] Command Line Versus Command Line
Lawrence D'Oliveiro
ldo at nz.invalid
Thu May 23 18:37:50 EDT 2024
On Thu, 23 May 2024 15:14:36 -0400, Arne Vajhøj wrote:
> But yes if you want to use command line arguments then you need a
> command line interface present.
That leads to its own share of bugs, because you need to make sure to
properly escape (or avoid, if you cannot escape) characts that might have
special meaning to the CLI.
And failure to do this can lead to security vulnerabilities.
More information about the Info-vax
mailing list