-
#### Description:
`HTTP.Body.Enctype` is already detected and saved, allowing us to simplify parsing the body content. The method `HTTP.Body.Parse()` will use this detected `enctype` to automatically…
-
A twig template with
```
{% block body %}
{% endblock %}
```
in it passes the linter `symfony console lint:twig templates`, but prettier-plugin-twig's parser repor…
-
An outdated version of the `body-parser` dependency has left a vulnerability for a denial of service. Version 1.20.3 resolves this vulnerability, however in numerous platform repositories we have depe…
-
## User Story or Problem Statement
According to https://github.com/advisories/GHSA-qwcr-r2fm-qrc7/dependabot?query=user:department-of-veterans-affairs, there is a recent vulnerability in expressjs/bod…
-
First, this is a great video, thanks for putting so much effort into it.
I do notice some places that can be further improved:
on index.js,
- I think we can replace those two lines that use …
-
I'm currently trying to work it out, I'm sure I will be able to, but an example body parser in README.md for post would be great and make it easier for others to use your module
-
## 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.…
-
### What version of Elysia is running?
1.0.20
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
1. Create a `DELETE` handler that does no…
-
https://github.com/expressjs/body-parser?_ga=1.173992811.990023687.1456007028
-
I was facing issues after cloning the project about the request body being undefined, until I have added into the ```/server/src/app.ts``` file the following:
```
import bodyParser from 'body-pars…