Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ google_analytics: "UA-84672381-1" # Google Analytics code
twitter_username: SingularityApp
github_username: singularityware
repo: "https://github.com/singularityware/singularity" # The main repo, should not end with slash
singularity_version: "2.4.2"
singularity_version: "2.4.5"

# Exclude
# these are the files and directories that jekyll will exclude from the build
Expand Down
18 changes: 18 additions & 0 deletions _posts/releases/2018-03-19-release-2-4-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Singularity 2.4.5 Release"
category: releases
permalink: "release-2-4-5"
version: "2.4.5"
---

This is a security-related point release, bringing the following fix thanks to Justin Riley (@jtriley):

PR 1387/1397 - python: strip "Authorization" header on (urllib) redirects to different domains

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This second link might render to two Singularity?

The security fix prevents Singularity from leaking credentials if:
* You are logging in to a docker registry with credentials
* The registry redirects you to a 3rd party host (e.g. S3 for download of layers)

The fix ensures that in this situation the HTTP “Authorization” header is stripped from the redirected request, to prevent leaking of registry credentials to the 3rd party.

For the full release announcement and downloads, please see <a target="_blank" href="https://github.com/singularityware/singularity/releases/tag/2.4.5">the release on GitHub</a>.