3 matches found
llvm-ir-dataset-utils (=0.2.0), ml-compiler-opt (>=0.0.1.dev202306210145 <=0.0.1.dev202401270006) +3 more potentially affected by CVE-2024-8375 via dm-reverb (>=0.11.0 <=0.14.0)
dm-reverb PYPI version =0.11.0, =0.0.1.dev202306210145, =0.4.4, =3.0.1, =3.2.5 Source cves: CVE-2024-8375 Source advisory: OSV:GHSA-W69Q-W4H4-2FX8...
Mutable reference with immutable provenance
A mutable reference to a struct was constructed by dereferencing a pointer obtained from slice::asptr. Instead, slice::asmutptr should have been called on the mutable slice argument. The former performs an implicit reborrow as an immutable shared reference which does not allow writing through the...
Xcode 7 Bitcode workflow and Security Assessment-vulnerability warning-the black bar safety net
With Xcode 7, Apple is Xcode adds a new feature Bitcode 【1】: ! New features often mean new attack surface. This article first describes what is Bitcode and Bitcode workflow in the familiar with the Bitcode of the workflow, the next step is to assess the Bitcode related to the attack surface, and...