From 62bd0acdbe225a86b45b508d6dac7da06720a6ec Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Thu, 15 Jun 2023 18:03:17 +0100 Subject: [PATCH] Juice Shop - add missing memories link WIP Signed-off-by: Simon Bennetts --- scans/juiceshop/juice-shop-score.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scans/juiceshop/juice-shop-score.js b/scans/juiceshop/juice-shop-score.js index 1f8c494d..c0a0517e 100644 --- a/scans/juiceshop/juice-shop-score.js +++ b/scans/juiceshop/juice-shop-score.js @@ -35,6 +35,7 @@ var expectedResults = [ "GET http://localhost:3000/rest/admin/application-version", "GET http://localhost:3000/rest/captcha/", "GET http://localhost:3000/rest/languages", + "GET http://localhost:3000/rest/memories", "GET http://localhost:3000/rest/products/search(q)", "GET http://localhost:3000/rest/user/whoami", "GET http://localhost:3000/runtime.js",