From 526fb8a042a700f5545068ebcc0dd85a81089330 Mon Sep 17 00:00:00 2001 From: hfilmore Date: Fri, 22 May 2026 15:27:27 +0100 Subject: [PATCH 1/2] ADOP-2800 front end test --- charts/adoption-web/values.preview.template.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/adoption-web/values.preview.template.yaml b/charts/adoption-web/values.preview.template.yaml index 65e62db64..d39d4ed76 100644 --- a/charts/adoption-web/values.preview.template.yaml +++ b/charts/adoption-web/values.preview.template.yaml @@ -14,9 +14,11 @@ nodejs: APPINSIGHTS_KEY: '00000000-0000-0000-0000-000000000000' PCQ_ENABLED: 'true' REDIS_TTL_MS: 30 - CCD_URL: 'http://ccd-data-store-api-aat.service.core-compute-aat.internal' + #CCD_URL: 'http://ccd-data-store-api-aat.service.core-compute-aat.internal' + CCD_URL: 'http://adoption-cos-api-pr-1074-ccd-data-store-api' IDAM_ROLE: 'citizen' - CDAM_API_URL: 'http://ccd-case-document-am-api-aat.service.core-compute-aat.internal' + #CDAM_API_URL: 'http://ccd-case-document-am-api-aat.service.core-compute-aat.internal' + CDAM_API_URL: 'http://adoption-cos-api-pr-1074-ccd-case-document-am-api' SOCIAL_WORKER_SUPPORTED_DOMAINS: - gov.uk - mailinator.com # For testing purposes only From 49eb05d5ef967f5a6ef7374a3215dcc47bba9cb6 Mon Sep 17 00:00:00 2001 From: hfilmore Date: Fri, 22 May 2026 15:32:14 +0100 Subject: [PATCH 2/2] update slightly change suppression --- yarn-audit-known-issues | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-audit-known-issues b/yarn-audit-known-issues index 6e702c5a2..b4334ba65 100644 --- a/yarn-audit-known-issues +++ b/yarn-audit-known-issues @@ -46,4 +46,4 @@ {"value":"tar","children":{"ID":1114200,"Issue":"tar has Hardlink Path Traversal via Drive-Relative Linkpath","URL":"https://github.com/advisories/GHSA-qffp-2rhf-9h96","Severity":"high","Vulnerable Versions":"<=7.5.9","Tree Versions":["6.2.1"],"Dependents":["node-gyp@npm:10.2.0"]}} {"value":"tar","children":{"ID":1114302,"Issue":"node-tar Symlink Path Traversal via Drive-Relative Linkpath","URL":"https://github.com/advisories/GHSA-9ppj-qmqm-q256","Severity":"high","Vulnerable Versions":"<=7.5.10","Tree Versions":["6.2.1"],"Dependents":["node-gyp@npm:10.2.0"]}} {"value":"tar","children":{"ID":1114680,"Issue":"Race Condition in node-tar Path Reservations via Unicode Ligature Collisions on macOS APFS","URL":"https://github.com/advisories/GHSA-r6q2-hw4h-h46w","Severity":"high","Vulnerable Versions":"<=7.5.3","Tree Versions":["6.2.1"],"Dependents":["node-gyp@npm:10.2.0"]}} -{"value":"uuid","children":{"ID":"uuid (deprecation)","Issue":"uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).","Severity":"moderate","Vulnerable Versions":"8.3.2","Tree Versions":["8.3.2"],"Dependents":["adoption-web@workspace:."]}} +{"value":"uuid","children":{"ID":1119441,"Issue":"uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided","URL":"https://github.com/advisories/GHSA-w5hq-g745-h8pq","Severity":"moderate","Vulnerable Versions":"<11.1.1","Tree Versions":["8.3.2"],"Dependents":["adoption-web@workspace:."]}}