Skip to content

Commit 23bc70a

Browse files
committed
chore: docs: prepare 4.3.5 release
1 parent aa93c97 commit 23bc70a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# SingularityCE Changelog
22

3+
## 4.3.5 \[2025-12-02\]
4+
5+
### Security Related Fixes
6+
7+
- Fix for [CVE-2025-64750 /
8+
GHSA-wwrx-w7c9-rf87](https://github.com/sylabs/singularity/security/advisories/GHSA-wwrx-w7c9-rf87)
9+
Ineffective application of selinux / apparmor LSM process labels via the
10+
`--security` flag.
11+
- Dependencies updated.
12+
313
## 4.3.4 \[2025-10-14\]
414

515
### Security Related Fixes

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ git submodule update --init
227227
By default your clone will be on the `main` branch which is where development
228228
of SingularityCE happens. To build a specific version of SingularityCE, check
229229
out a [release tag](https://github.com/sylabs/singularity/tags) before
230-
compiling. E.g. to build the 4.3.3 release, checkout the
231-
`v4.3.3` tag:
230+
compiling. E.g. to build the 4.3.5 release, checkout the
231+
`v4.3.5` tag:
232232

233233
```sh
234-
git checkout --recurse-submodules v4.3.3
234+
git checkout --recurse-submodules v4.3.5
235235
```
236236

237237
## Compiling SingularityCE

0 commit comments

Comments
 (0)