File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -1387,6 +1387,12 @@ who = "Alex Crichton <alex@alexcrichton.com>"
1387
1387
criteria = " safe-to-deploy"
1388
1388
delta = " 1.0.83 -> 1.1.6"
1389
1389
1390
+ [[audits .cc ]]
1391
+ who = " Alex Crichton <alex@alexcrichton.com>"
1392
+ criteria = " safe-to-deploy"
1393
+ delta = " 1.1.6 -> 1.2.5"
1394
+ notes = " Lots of minor updates here and there along with refactorings and such. Everything in line with what `cc` is expected to do."
1395
+
1390
1396
[[audits .cfg-if ]]
1391
1397
who = " Alex Crichton <alex@alexcrichton.com>"
1392
1398
criteria = " safe-to-deploy"
@@ -2807,6 +2813,12 @@ criteria = "safe-to-deploy"
2807
2813
version = " 0.1.4"
2808
2814
notes = " I always really enjoy reading eliza's code, she left perfect comments at every use of unsafe."
2809
2815
2816
+ [[audits .shlex ]]
2817
+ who = " Alex Crichton <alex@alexcrichton.com>"
2818
+ criteria = " safe-to-deploy"
2819
+ version = " 1.1.0"
2820
+ notes = " Only minor `unsafe` code blocks which look valid and otherwise does what it says on the tin."
2821
+
2810
2822
[[audits .signal-hook-registry ]]
2811
2823
who = " Pat Hickey <phickey@fastly.com>"
2812
2824
criteria = " safe-to-deploy"
Original file line number Diff line number Diff line change @@ -2531,6 +2531,12 @@ delta = "1.0.9 -> 1.0.14"
2531
2531
notes = "Doc updates, minimal CI changes and a fix to build-script reruns"
2532
2532
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml"
2533
2533
2534
+ [[audits.mozilla.audits.shlex]]
2535
+ who = "Max Inden <mail@max-inden.de>"
2536
+ criteria = "safe-to-deploy"
2537
+ delta = "1.1.0 -> 1.3.0"
2538
+ aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"
2539
+
2534
2540
[[audits.mozilla.audits.similar]]
2535
2541
who = "Nika Layzell <nika@thelayzells.com>"
2536
2542
criteria = "safe-to-deploy"
You can’t perform that action at this time.
0 commit comments