Skip to content

Commit 0568094

Browse files
committed
(Internal changes only)
1 parent 68dd68b commit 0568094

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: b4458f62ed869983cbec0df12090b438cb8c8cb7
1+
Last exported commit from parent repo: 85f777375514f28d1df3234724ce8e606a6e5f12

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: 1.7.1.0
8+
version: 1.7.1.1
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: 1.7.1.0
15+
version: 1.7.1.1
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
@@ -16,6 +16,10 @@
1616
cve = ["CVE-2023-4039"]
1717
comment = "Reasonable worst-case is loss of availability; risk acceptable."
1818

19+
["libarchive"]
20+
cve = ["CVE-2024-37407"]
21+
comment = "libarchive is only used by nix itself, and only on the local filesystem. Could only be a viable vector if the attackr has arbitrary filesystem access, and would therefore be unlikely to be the chosen route."
22+
1923
["zlib-1.3.1"]
2024
cve = ["CVE-2023-6992"]
2125
comment = "We do not call the affected code with untrusted data."

0 commit comments

Comments
 (0)