Zsolt Imre

Results 18 comments of Zsolt Imre

Same here with `goodfet` backend.

I'm having the same issue. It is impossible to manage licenses of Rust projects because many of the projects are dual-licensed, e.g. `MIT or Apache-2.0`. This format is fine by...

Got here as SCA blocked the build of one of our services due to the CVE referenced earlier. I think @kolbma is right here: https://github.com/node-formidable/formidable/issues/856#issuecomment-1138180400 It should be OK to...

No worries @tunnckoCore . Great news and big respect to Daniel from Mend for reaching out to you. I'm still trying to explain to MITRE that the vuln report is...

@GrosSacASac Never mind. I'm perfectly happy now due to the [security analysis](https://medium.com/@zsolt.imre/cve-2022-29622-in-vulnerability-analysis-5cf783c3721) I performed the industry slowly [started realising](https://security.snyk.io/vuln/SNYK-JS-FORMIDABLE-2838956) that Formidable was not vulnerable in the first place. (SCA is...

I have the same problem. Would be nice to get this resolved.

The same happened to me when I was wrapping my Main class (basically the whole app) with DragDropContextProvider. The solution in my case was two wrap each Page (or Component...

Not reading back I may have not described my scenario accurately. The problem was basically that I had a component (let's call it "root component") that had a drag and...

@zshwei @iKonrad and for those who'd encounter this in the future: I solved the issue by updating `scopeContainer.js` like [this](https://github.com/keymandll/koa-even-better-http-proxy/blob/master/lib/scopeContainer.js)

@timsoftgit does not it prevent the /../../../etc/passwd style attack because URI ends up being ../../../etc/passwd style? I suggest you try your suggested fix with the below payload (URI) as well....