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

Snow CVE #713

Merged
merged 11 commits into from
Jan 10, 2025
Merged
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
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
Loading