Skip to content

Commit 908c5d2

Browse files
committed
adding release page, updating version to install in instructions
1 parent 64c5a62 commit 908c5d2

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Singularity 2.3.1 Security Release"
3+
category: releases
4+
permalink: "release-2-3-1"
5+
version: "2.3.1"
6+
---
7+
8+
<a target="_blank" href="https://github.com/singularityware/singularity/releases/tag/2.3.1">This release</a> includes a fix for a High Severity security issue on older hosts, and other improvements and fixes to previous versions of Singularity.
9+
10+
## Security Information:
11+
12+
A potential escalation pathway was identified that could have allowed a malicious user to escalate their privileges on hosts that do not support the `PR_SET_NO_NEW_PRIVS` flag for the `prctl()` system call. This release fixes this as well as several other identified bugs and potential race conditions.
13+
14+
Please report any additional bugs to <a target="_blank" href="https://github.com/singularityware/singularity/issues/new">our issues board.</a>
15+
16+
Thanks to the hard work of all our contributers to nail this bug in the butt!

pages/docs/install/install-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ You can try the following two options:
1313
### Option 1: Download latest stable release
1414
You can always download the latest tarball release from <a href="{{ site.repo }}/releases" target="_blank">Github</a>
1515

16-
For example, here is how to download version `2.3` and install:
16+
For example, here is how to download version `2.3.1` and install:
1717

1818
```bash
19-
VERSION=2.3
19+
VERSION=2.3.1
2020
wget https://github.com/singularityware/singularity/releases/download/$VERSION/singularity-$VERSION.tar.gz
2121
tar xvf singularity-$VERSION.tar.gz
2222
cd singularity-$VERSION

0 commit comments

Comments
 (0)