add in net-sftp as a required Gem, we need this to exploit CVE-2024-5806

This commit is contained in:
sfewer-r7
2024-06-27 09:32:15 +01:00
parent 4c81b39d76
commit 493a45e0ba
+1
View File
@@ -152,6 +152,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'net-imap' # Used in Postgres auth for its SASL stringprep implementation
spec.add_runtime_dependency 'net-ldap'
spec.add_runtime_dependency 'net-smtp'
spec.add_runtime_dependency 'net-sftp'
spec.add_runtime_dependency 'winrm'
#