diff --git a/qa/supply-chain/audits.toml b/qa/supply-chain/audits.toml index e7a9d3dfa..6c394c7d1 100644 --- a/qa/supply-chain/audits.toml +++ b/qa/supply-chain/audits.toml @@ -94,6 +94,16 @@ who = "Jack Grigg " criteria = "safe-to-deploy" delta = "1.0.76 -> 1.0.78" +[[audits.cxx]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "1.0.78 -> 1.0.79" +notes = """ +This release changes the result of the `cxxbridge` `exception` call to return +a struct containing both the pointer to an error message and its length, +instead of just the raw `*const u8`. +""" + [[audits.cxxbridge-flags]] who = "Daira Hopwood " criteria = "safe-to-deploy" @@ -109,6 +119,12 @@ who = "Jack Grigg " criteria = "safe-to-deploy" delta = "1.0.76 -> 1.0.78" +[[audits.cxxbridge-flags]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "1.0.78 -> 1.0.79" +notes = "This is exclusively an update to the `cxxbridge` dependency version." + [[audits.cxxbridge-macro]] who = "Daira Hopwood " criteria = "safe-to-deploy" @@ -124,6 +140,12 @@ who = "Jack Grigg " criteria = "safe-to-deploy" delta = "1.0.76 -> 1.0.78" +[[audits.cxxbridge-macro]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "1.0.78 -> 1.0.79" +notes = "This is exclusively an update to the `cxxbridge` dependency version." + [[audits.equihash]] who = "Jack Grigg " criteria = "safe-to-deploy"