Skip to content

Commit 74e57a8

Browse files
authored
Snow CVE (#713)
1 parent 62cbc72 commit 74e57a8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

incubating/service-now/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.5] - 2025-01-02
4+
5+
### Fixed
6+
- CVE-2023-4911 - upgrade glibc
7+
- CVE-2023-6246 - upgrade glibc
8+
- CVE-2024-45492 - Upgrade expat/libexpat1
9+
- CVE-2024-45491 - Upgrade expat/libexpat1
10+
- CVE-2024-37371 - Upgrade krb5
11+
312
## [1.2.4] - 2023-09-21
413
### Changed
514
- Change logging mechanism

incubating/service-now/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.5-slim-bookworm
1+
FROM python:3.13.1-slim-bookworm
22
RUN pip3 install requests
33

44
COPY lib/snow.py /snow/snow.py

incubating/service-now/step.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: service-now
5-
version: 1.2.4
5+
version: 1.2.5
66
isPublic: true
77
description: Integration with ServiceNow Change Management
88
sources:
@@ -86,7 +86,7 @@ spec:
8686
},
8787
"SN_IMAGE_VERSION": {
8888
"type": "string",
89-
"default": "1.2.4",
89+
"default": "1.2.5",
9090
"description": "Version of the ServiceNow image to use, Docker image tag."
9191
},
9292
"SN_INSTANCE": {

0 commit comments

Comments
 (0)