2022-08-05 15:43:22 +02:00
|
|
|
Allowing users to insert data in operating system commands generally creates
|
|
|
|
more problems than it solves.
|
|
|
|
|
|
|
|
Anything that can be done via operating system commands can usually be done via a
|
|
|
|
language's native SDK. +
|
2022-08-05 17:25:27 +02:00
|
|
|
Therefore, our suggestion is to avoid using OS commands in the first place.
|
|
|
|
|