Fran Herrero

Results 6 comments of Fran Herrero

There is some news on this issue? I'm trying to get endpoints metrics by default, but they do not appear on the Application Insights, so probably they must be implemented...

hello @dougwilson, I'm figuring out how to distinguish between a field or a file. My initial point should be use the `Content-Type` to be sure we are facing a file....

The spec you mention is for `multipart/form-data`. In talking about `multipart/related`, that looking in the code could be supported https://github.com/pillarjs/multiparty/blob/master/index.js#L40 for `multipart/related`, content-disposition is optional.

of course, I want to keep the behaviour of this module for `multipart/form-data`. When I faced the issue of looking for `multipart/related` parsers, I couldn't find even a module supporting...

> I got this error when I updated the package but did not update the service worker. @hagenderouen, can you ensure you have the same package and service worker version?...

A possible way to avoid this vulnerability is using `Object.defineProperty` (see https://github.com/json5/json5/commit/62a65408408d40aeea14c7869ed327acead12972).