Commit 754e65d
committed
Ignore Buffer() deprecation warning
This is caused by the ftp module, used in the pac-proxy-agent module,
because PAC URLs may be FTP. That proxy agent is in turn used inside
Mockttp for proxy support. This only appears in built packages
annoyingly, because it only fires for non-node_modules deprecations.
The issue itself isn't actually a security issue, it's here:
https://github.com/mscdex/node-ftp/blob/7dff82fc049a52f51803bdffb95ec1de383f9fac/lib/connection.js#L531 parent 57f4075 commit 754e65d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
0 commit comments