Skip to content

Commit bc2b0fb

Browse files
committed
Update vulnerability whitelist
1 parent aa26102 commit bc2b0fb

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.last-exported-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Last exported commit from parent repo: 877279d0330279264e6a3fb71754cfb871e95fad
1+
Last exported commit from parent repo: 6c7e8cfcce94dc6d30ef3db5f1c53d24961a2c62

nix-bootstrap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: nix-bootstrap
8-
version: 2.4.0.2
8+
version: 2.4.0.3
99
author: gchquser
1010
maintainer: [email protected]
1111
copyright: Crown Copyright

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
name: nix-bootstrap
15-
version: 2.4.0.2
15+
version: 2.4.0.3
1616
author: gchquser
1717
maintainer: [email protected]
1818
copyright: Crown Copyright

vulnerability-whitelist.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
["curl"]
16+
cve = ["CVE-2025-4947","CVE-2025-5025","CVE-2025-5399"]
17+
comment = "One vuln is a DOS; n-b is inherently not vulnerable. The others would require github to have been successfully attacked and proxied to replace nixpkgs; this is unlikely and beyond scope of mitigations possible here."
18+
1519
["gcc"]
1620
cve = ["CVE-2023-4039"]
1721
comment = "Reasonable worst-case is loss of availability; risk acceptable."

0 commit comments

Comments
 (0)