-
Hi guys,
First I want to say thank you for such a cool plugin. It's a really good idea.
My question is how could it work with an express server or django server?
I can't access to /carte-blanche bec…
-
-
## CVE-2024-45590 - High Severity Vulnerability
Vulnerable Library - body-parser-1.20.2.tgz
Library home page: https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz
Path to dependency fil…
-
As seen in #1552, the translation.yml gives the following error,
```console
RequestError [HttpError]: Resource not accessible by integration
at /home/runner/work/_actions/actions/github-scrip…
-
I would love to be able to organize my repositories within folders. Right now, when someone views my list of repositories, there is a mix of client side and server side and various technologies. Wit…
-
I'm not strong in expressJS, so I guess I miss some little configuration.
I need to include in my expressJS rewrite non-standart routes. How can I do it?
I was trying to write
`app.use(dbserver.r…
-
`@apollo/server` has express v4 as a dependency. After several years, express is moving forward with releasing v5 (currently published as `next` tag). Having support for v5 here would unblock and enco…
-
## CVE-2024-45590 - High Severity Vulnerability
Vulnerable Library - body-parser-1.19.0.tgz
Node.js body parsing middleware
Library home page: https://registry.npmjs.org/body-parser/-/body-parser-1.…
-
I am developing node application to upload files, I can see that when multer receives a request with file 200KB for example, it then holds 400KB in the memory and does not release it even after the re…
-
Hello there,
I have a node server running expressJS, on which I am trying to add logging through Application Insights, using the following configuration and testing it locally:
```
const express …