Hey @BlackDark / @jpogran - I've been tracking an annoying deprecation warning I've been seeing in the https://github.com/hashicorp/setup-terraform GitHub Action recently.
(node:1617) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
This is actually seen in the opening screenshot 😄.
Tracking this back, it's been this change that's cause the message:
Got there!
I wonder if there is an alternative to the proxy-agent package?
Originally posted by @magnetikonline in #11 (comment)
Hey @BlackDark / @jpogran - I've been tracking an annoying deprecation warning I've been seeing in the https://github.com/hashicorp/setup-terraform GitHub Action recently.
This is actually seen in the opening screenshot 😄.
Tracking this back, it's been this change that's cause the message:
proxy-agentpackage.pac-proxy-agentget-uri.ftp(phew!)ftppackage makes use ofnew Buffer(): FIXED: use Buffer.from(string) instead of Buffer(string) mscdex/node-ftp#230Got there!
I wonder if there is an alternative to the
proxy-agentpackage?Originally posted by @magnetikonline in #11 (comment)