Skip to content

Commit

Permalink
Snow CVE (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrochette authored Jan 10, 2025
1 parent 62cbc72 commit 74e57a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions incubating/service-now/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.5] - 2025-01-02

### Fixed
- CVE-2023-4911 - upgrade glibc
- CVE-2023-6246 - upgrade glibc
- CVE-2024-45492 - Upgrade expat/libexpat1
- CVE-2024-45491 - Upgrade expat/libexpat1
- CVE-2024-37371 - Upgrade krb5

## [1.2.4] - 2023-09-21
### Changed
- Change logging mechanism
Expand Down
2 changes: 1 addition & 1 deletion incubating/service-now/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.5-slim-bookworm
FROM python:3.13.1-slim-bookworm
RUN pip3 install requests

COPY lib/snow.py /snow/snow.py
Expand Down
4 changes: 2 additions & 2 deletions incubating/service-now/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: step-type
version: '1.0'
metadata:
name: service-now
version: 1.2.4
version: 1.2.5
isPublic: true
description: Integration with ServiceNow Change Management
sources:
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
},
"SN_IMAGE_VERSION": {
"type": "string",
"default": "1.2.4",
"default": "1.2.5",
"description": "Version of the ServiceNow image to use, Docker image tag."
},
"SN_INSTANCE": {
Expand Down

0 comments on commit 74e57a8

Please sign in to comment.