Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,12 @@ who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.0.83 -> 1.1.6"

[[audits.cc]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.1.6 -> 1.2.5"
notes = "Lots of minor updates here and there along with refactorings and such. Everything in line with what `cc` is expected to do."

[[audits.cfg-if]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -2807,6 +2813,12 @@ criteria = "safe-to-deploy"
version = "0.1.4"
notes = "I always really enjoy reading eliza's code, she left perfect comments at every use of unsafe."

[[audits.shlex]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
version = "1.1.0"
notes = "Only minor `unsafe` code blocks which look valid and otherwise does what it says on the tin."

[[audits.signal-hook-registry]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
6 changes: 6 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2343,6 +2343,12 @@ delta = "1.0.9 -> 1.0.14"
notes = "Doc updates, minimal CI changes and a fix to build-script reruns"
aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml"

[[audits.mozilla.audits.shlex]]
who = "Max Inden <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.1.0 -> 1.3.0"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.similar]]
who = "Nika Layzell <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
Loading