elasticio / sftp-component

SFTP component for the elastic.io platform
Apache License 2.0
2 stars 3 forks source link

Input values of Encoding and File Mode fields in Upload File From URL are not validated #88

Open stas-fomenko opened 3 years ago

stas-fomenko commented 3 years ago

Description: Input values of Encoding and File Mode fields in Upload File From URL are not validated. In case of invalid input sample is retrieved and file actually uploaded to specified destanation with default values for mentioned fields (null and 0o666 (rwx)), but user is unaware of this (that input values are replesed on default ones)