Mbed-TLS / mbedtls-framework

TF-PSA-Crypto and Mbed TLS version-independent build and test framework
Other
1 stars 11 forks source link

Disable allow_abbrev from Python scripts using argparse #29

Open juhaylinen opened 1 week ago

juhaylinen commented 1 week ago

Python's argparse library, by default, allows shortening of command line arguments. This can introduce silent failures when shortened commands are used and another command is added to the script which uses that name.

This change was requested on https://github.com/Mbed-TLS/mbedtls/pull/9294