logstash-plugins/logstash-filter-cipher

keys not tagged as "password", may leak in log messages

yaauie opened this issue · 0 comments

Keys are validated as "string", which does not protect them from being output in log messages:

https://github.com/logstash-plugins/logstash-filter-cipher/blob/master/lib/logstash/filters/cipher.rb#L41