-
Vulnerable Library - supertest-6.2.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/formidable/node_modules/qs/package.json
## Vulnerabilities
| CVE | Sev…
-
Vulnerable Library - supertest-6.1.3.tgz
Path to dependency file: /backend/new/chongluadao-backend/package.json
Path to vulnerable library: /backend/new/chongluadao-backend/node_modules/superagent/…
-
A test failed on a tracked branch
```
Error: expected 200 "OK", got 424 "Failed Dependency"
at pushCase (index.ts:664:6)
at Context. (get_connectors.ts:522:44)
at processTicksAndRejection…
-
Express App
`require('dotenv').config();
const express = require('express');
const app = express();
const cors = require('cors');
const PORT = process.env.PORT;
app.use(cors())
app.get('…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
LLVM 17 compiler crashes with this reduced piece of code from ACE SuperTest. I also tried with older versions and it looks like it always was an issue.
Compiler should generate an error, but LLVM jus…
-
In my Express application I need to access the body of a post-request in the form of the raw buffer as well as the parsed JSON.
In order to do that I use a small middleware like this:
```
// atta…
-
Hi guys,
We have a problem when run test, the result is 'unable to verify the first certificate', is there any built-in options on supertest to disable ssl certificate verification? just like `reje…
-
Local build with the cloned repository passes but **travis** build fails.
The _supertest_ _request_()._get_ call to a node js server.js express route times out while the same test works perfectly i…
-
Since #95 got closed 6 years ago and there seems to be no incentive to reopen this, here's an almost 1:1 copy of that issue, but instead of reporting the hard coded `.error` property, imo the entire r…