Mehmet Leblebici

Results 6 comments of Mehmet Leblebici

Hi @dougwilson, it seems the problem stems from send module. Normally fs.createReadStream is able to read contents of /proc/* files, but when using send module, it introduces a problem somewhere....

Hi @dougwilson , I also investigated the problem with send library. It seems fs.stat returns size of 0 for /proc/* files. So, I added a getSize function to correctly get...

Btw, you may want to check this one https://github.com/nodejs/node/issues/43669

I created[ this pull request](https://github.com/pillarjs/send/pull/213) to overcome this problem. I tested it with following PoC application. ``` const express = require('express') const app = express() app.get('/get', (req,res) => { res.download(req.query.filename)...

Hello, the one you mentioned is covering all CI CD security risks from a broader perspective. The one I proposed is specific and limited to Github Actions. So, it would...

Sure, we would like to work on this together with @jbrinksma.