Mehmet Leblebici
Mehmet Leblebici
response.download() returns empty for file under /proc directory like /proc/meminfo, /proc/cpuinfo and others. /proc is a pseudo filesystem, but these files' content can be readable with fs.readFile. I think it...
/proc/* files could not be read, because fs.stat was returning 0 size. With new getSize function, their size information is correct, so they can now be read.
As discussed in [this issue](https://github.com/expressjs/express/issues/4944), send library is not able to return contents of files in /proc directory. It is mostly because of /proc is a pseudo file system.
## What is the proposed Cheat Sheet about? It will aim to provide guidance on configuring and utilising GitHub Actions securely. ## What security issues are commonly encountered related to...