-
Notifications
You must be signed in to change notification settings - Fork 70
/
.trivyignore.yaml
65 lines (65 loc) · 2.82 KB
/
.trivyignore.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# OpenCRVS is also distributed under the terms of the Civil Registration
# & Healthcare Disclaimer located at http://opencrvs.org/license.
#
# Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
misconfigurations:
- id: AVD-DS-0002
statement: Non-root users in nginx and metabase images to be addressed in follow up PR
paths:
- 'packages/client/Dockerfile'
- 'packages/components/Dockerfile'
- 'packages/dashboards/Dockerfile'
- 'packages/login/Dockerfile'
- 'packages/scheduler/Dockerfile'
- '/usr/local/share/.cache'
vulnerabilities:
- id: CVE-2023-46233
statement: only applies to SHA-1 usage - should still be patched though
- id: CVE-2023-52079
statement: msgpackr vulnerable to dos
- id: CVE-2020-8231
statement: curl vuln scheduler - low prio
- id: CVE-2022-42003
statement: Dashboards vulns (java libs)
- id: CVE-2022-42004
statement: Dashboards vulns (java libs)
- id: CVE-2022-3509
statement: Dashboards vulns (java libs)
- id: CVE-2022-3510
statement: Dashboards vulns (java libs)
- id: CVE-2022-35010
statement: Dashboards vulns (java libs)
- id: CVE-2023-24998
statement: Dashboards vulns (java libs)
- id: CVE-2023-32697
statement: Dashboards vulns (java libs)
- id: CVE-2022-1471
statement: Dashboards vulns (java libs)
- id: CVE-2024-25710
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2024-26308
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2024-22201
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2023-36478
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2024-21634
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2024-4068
statement: Transitive dependency of jest and msw. Not running in production. Likely fixed by upgrading.
- id: CVE-2024-37890
statement: ws vulnerability, transitive dependency of jest, storybook, graphql-codegen, not running in production.
- id: CVE-2024-45296
statement: Transitive dependency of react-router 5.3.4. Only affects client-side code ocrvs-7682
- id: CVE-2024-47068
statement: Transitive dependency of Vite. Not run in production and there is currently no fix.
- id: CVE-2024-7254
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.50 ocrvs-6607
- id: CVE-2024-41909
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.50 ocrvs-6607
- id: CVE-2024-22871
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.50 ocrvs-6607