elasticsearch/libs/cli
Ryan Ernst 118711efc7
Remove Terminal.readSecret with max length (#85962)
The Terminal class currently has two variants of readSecret, one that is
similar to Console.readPassword, and another that takes a maximum length
to read. This second variant was originally added as a protection when
reading the keystore password. However, there are no other uses of it,
and the passphrase has already been fully read in bin/elasticsearch by
the time it is read from Terminal, so it shouldn't be possible to
actually hit this edge case. This commit removes the maxLength variant.

relates #85758
2022-04-19 14:54:42 -07:00
..
licenses Move cli sub-project out of server to libs (#31184) 2018-06-07 16:35:34 -04:00
src/main/java/org/elasticsearch/cli Remove Terminal.readSecret with max length (#85962) 2022-04-19 14:54:42 -07:00
build.gradle Update build tools internal dependencies (#82875) 2022-01-24 13:16:38 +01:00