File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -227,11 +227,11 @@ git submodule update --init
227227By default your clone will be on the ` main ` branch which is where development
228228of SingularityCE happens. To build a specific version of SingularityCE, check
229229out 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
You can’t perform that action at this time.
0 commit comments