Skip to content

Commit 31f5282

Browse files
Update deployment image and OWASP suppressions
1 parent ab79544 commit 31f5282

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

k8s/app/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: camera-onboarding
21-
image: mrsert/camera-onboarding:metrics-v2
21+
image: mrsert/camera-onboarding:metrics-v3
2222
resources:
2323
requests:
2424
cpu: "275m"

owasp-suppressions.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
<suppress>
2828
<cve>CVE-2024-35255</cve>
2929
</suppress>
30+
<!-- netty-transport-4.1.111.Final.jar -->
31+
<suppress>
32+
<cve>CVE-2025-55163</cve>
33+
<cve>CVE-2025-58056</cve>
34+
<cve>CVE-2025-58057</cve>
35+
</suppress>
3036
<!-- netty-common-4.1.111.Final -->
3137
<!-- com.azure:azure-storage-blob@12.27.1 -->
3238
<suppress>
@@ -61,6 +67,8 @@
6167
<!-- org.springframework.boot:spring-boot-starter-test@3.3.1 -->
6268
<suppress>
6369
<cve>CVE-2024-38820</cve>
70+
<cve>CVE-2025-41249</cve>
71+
<cve>CVE-2025-41242</cve>
6472
</suppress>
6573
<!-- spring-web-6.1.10.jar -->
6674
<!-- org.springframework.boot:spring-boot-starter-web@3.3.1 -->
@@ -96,6 +104,8 @@
96104
<cve>CVE-2025-49125</cve>
97105
<cve>CVE-2025-52520</cve>
98106
<cve>CVE-2025-53506</cve>
107+
<cve>CVE-2025-55668</cve>
108+
<cve>CVE-2025-48989</cve>
99109
</suppress>
100110
<!-- spring-boot-starter-actuator -->
101111
<suppress>

0 commit comments

Comments
 (0)