dvonlehman / express-request-proxy

Advanced streaming http request proxy middleware for Express with support for custom routes, caching, and response transforms.
96 stars 38 forks source link

Hoek 4.2.0 #31

Closed RibeiroAna closed 6 years ago

RibeiroAna commented 6 years ago

Hello @dvonlehman (I hope there is still someone who takes care of this repo),

I have received a message from Github saying that there is a security issue with Hoek 4.2.0, and when I saw which dependecy depends on hoek on my project, this one was express-request-proxy. I think it needs an update to work with a newer version of Hoek.

captura de tela 2018-05-28 as 22 13 27

Here more about this issue

dvonlehman commented 6 years ago

Hi @RibeiroAna ,

Thanks for calling my attention to the security issue in the hoek package. This was being inherited via the request module. I've published a new version 2.1.0 that uses the latest version of request (^2.87.0).

RibeiroAna commented 6 years ago

Cool, I think we may close the issue.