Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOFF-925: Update filevault image to resolve vulnerabilities #275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 10 additions & 17 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ version: v1.22.1
ignore:
SNYK-JS-ASYNC-7414156:
- '*':
reason: No available patch
expires: '2025-01-02T00:00:00.000Z'
SNYK-JS-DICER-2311764:
- busboy-body-parser > busboy > dicer:
reason: No upgrade or patch available
expires: '2025-01-03T00:00:00.000Z'
reason: No available patch
expires: '2025-01-02T00:00:00.000Z'
SNYK-JS-USERAGENT-174737:
- device > useragent:
reason: No upgrade or patch available
Expand All @@ -20,18 +16,15 @@ ignore:
expires: '2025-02-15T00:00:00.000Z'
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: No update available.
expires: '2025-01-03T00:00:00.000Z'
reason: No update available.
expires: '2024-12-03T00:00:00.000Z'
SNYK-JS-MARKDOWNIT-6483324:
- hof > markdown-it:
reason: Need to update markdown-it in HOF to version 13.0.2.
expires: '2025-01-03T00:00:00.000Z'
SNYK-JS-PHIN-6598077:
reason: Need to update markdown-it in HOF to version 13.0.2.
expires: '2024-12-03T00:00:00.000Z'
SNYK-JS-DICER-2311764:
- '*':
reason: no direct upgrade or patch available
expires: '2025-01-01T00:00:00.000Z'
SNYK-JS-ELLIPTIC-8187303:
- '*':
reason: No direct upgrade or patch available
expires: '2025-01-16T00:00:00.000Z'
reason: No update available.
expires: '2025-02-18T00:00:00.000Z'

patch: {}
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
// if mocks set use file service served up by app otherwise use filevault's port 3000
hostname: !useMocks && process.env.FILE_VAULT_URL ?
process.env.FILE_VAULT_URL :
`http://localhost:${useMocks ? port : 3000}/file`
`http://localhost:${useMocks ? port : 3001}/file`
},
keycloak: {
token: process.env.KEYCLOAK_TOKEN_URL,
Expand Down
2 changes: 1 addition & 1 deletion kube/file-vault/file-vault-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
spec:
containers:
- name: file-vault
image: quay.io/ukhomeofficedigital/file-vault:ad405b5738f031b7270e132745e90e16e1c23e06
image: quay.io/ukhomeofficedigital/file-vault:8e8c7813936dc9a2d778e30dd8270c841308876e
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"device": "^0.3.12",
"express": "^4.19.2",
"hof": "~21.1.0",
"jimp": "^0.16.1",
"jimp": "^0.22.12",
"jpeg-js": "^0.4.4",
"lodash": "^4.17.21",
"moment": "^2.29.4",
Expand Down
Loading