Skip to content

Commit 75f8200

Browse files
authored
Merge pull request #360 from Contrast-Security-OSS/NODE-3781-koa3
koa3
2 parents b7be783 + 25ab735 commit 75f8200

File tree

156 files changed

+23915
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+23915
-11
lines changed

.github/workflows/build_v5_screener_imgs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# not all apps support node versions below, but at the very
1313
# least they all build
14-
apps: [express4,express5,fastify3,fastify4,koa,hapi20,hapi21]
14+
apps: [express4,express5,fastify3,fastify4,koa2,koa3,hapi20,hapi21]
1515
version: [18, 20, 22, 24]
1616
steps:
1717
- name: Checkout

.secrets.baseline

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,24 +262,47 @@
262262
"line_number": 8
263263
}
264264
],
265-
"koa/view/partials/head.ejs": [
265+
"koa2/view/partials/head.ejs": [
266266
{
267267
"type": "Base64 High Entropy String",
268-
"filename": "koa/view/partials/head.ejs",
268+
"filename": "koa2/view/partials/head.ejs",
269269
"hashed_secret": "f71d52453754cc48b1ea6758b7c7be2ad5db5fed",
270270
"is_verified": false,
271271
"line_number": 5
272272
},
273273
{
274274
"type": "Base64 High Entropy String",
275-
"filename": "koa/view/partials/head.ejs",
275+
"filename": "koa2/view/partials/head.ejs",
276276
"hashed_secret": "b6e33e516b08b57e594085eecdd78876b622f6d3",
277277
"is_verified": false,
278278
"line_number": 7
279279
},
280280
{
281281
"type": "Base64 High Entropy String",
282-
"filename": "koa/view/partials/head.ejs",
282+
"filename": "koa2/view/partials/head.ejs",
283+
"hashed_secret": "2b55237e452a493bd3e853c509523254434517fe",
284+
"is_verified": false,
285+
"line_number": 8
286+
}
287+
],
288+
"koa3/view/partials/head.ejs": [
289+
{
290+
"type": "Base64 High Entropy String",
291+
"filename": "koa3/view/partials/head.ejs",
292+
"hashed_secret": "f71d52453754cc48b1ea6758b7c7be2ad5db5fed",
293+
"is_verified": false,
294+
"line_number": 5
295+
},
296+
{
297+
"type": "Base64 High Entropy String",
298+
"filename": "koa3/view/partials/head.ejs",
299+
"hashed_secret": "b6e33e516b08b57e594085eecdd78876b622f6d3",
300+
"is_verified": false,
301+
"line_number": 7
302+
},
303+
{
304+
"type": "Base64 High Entropy String",
305+
"filename": "koa3/view/partials/head.ejs",
283306
"hashed_secret": "2b55237e452a493bd3e853c509523254434517fe",
284307
"is_verified": false,
285308
"line_number": 8
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

koa/package.json renamed to koa2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@contrast/koa-test-bench",
2+
"name": "@contrast/koa2-test-bench",
33
"private": true,
44
"version": "3.38.0",
55
"description": "Intentionally vulnerable Koa application",
File renamed without changes.

0 commit comments

Comments
 (0)