Skip to content

Commit

Permalink
fixup! Fixes #23180: Switch to tracing for logging
Browse files Browse the repository at this point in the history
Fixes #23180: Switch to tracing for logging
  • Loading branch information
amousset committed Aug 1, 2023
1 parent 3834a40 commit f411ad9
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 20 deletions.
64 changes: 64 additions & 0 deletions policies/supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ who = "Alexis Mousset <alexis.mousset@rudder.io>"
criteria = "safe-to-deploy"
delta = "0.1.56 -> 0.1.57"

[[audits.nu-ansi-term]]
who = "Alexis Mousset <alexis.mousset@rudder.io>"
criteria = "safe-to-deploy"
version = "0.46.0"

[[audits.overload]]
who = "Alexis Mousset <alexis.mousset@rudder.io>"
criteria = "safe-to-deploy"
version = "0.1.1"

[[audits.tempfile]]
who = "Alexis Mousset <alexis.mousset@rudder.io>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -274,6 +284,12 @@ user-id = 51017 # Yuki Okushi (JohnTitor)
start = "2021-06-17"
end = "2024-06-27"

[[trusted.pin-project-lite]]
criteria = "safe-to-deploy"
user-id = 33035 # Taiki Endo (taiki-e)
start = "2019-10-22"
end = "2024-08-01"

[[trusted.predicates]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
Expand Down Expand Up @@ -382,6 +398,12 @@ user-id = 5059 # Artyom Pavlov (newpavlov)
start = "2020-01-06"
end = "2024-06-27"

[[trusted.sharded-slab]]
criteria = "safe-to-deploy"
user-id = 1249 # Eliza Weisman (hawkw)
start = "2019-10-02"
end = "2024-08-01"

[[trusted.syn]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
Expand All @@ -400,12 +422,54 @@ user-id = 6743 # Ed Page (epage)
start = "2021-10-07"
end = "2024-06-27"

[[trusted.thread_local]]
criteria = "safe-to-deploy"
user-id = 2915 # Amanieu d'Antras (Amanieu)
start = "2019-09-07"
end = "2024-08-01"

[[trusted.toml]]
criteria = "safe-to-deploy"
user-id = 1 # Alex Crichton (alexcrichton)
start = "2019-05-16"
end = "2024-06-27"

[[trusted.tracing]]
criteria = "safe-to-deploy"
user-id = 1249 # Eliza Weisman (hawkw)
start = "2019-06-28"
end = "2024-08-01"

[[trusted.tracing-attributes]]
criteria = "safe-to-deploy"
user-id = 1249 # Eliza Weisman (hawkw)
start = "2019-08-08"
end = "2024-08-01"

[[trusted.tracing-core]]
criteria = "safe-to-deploy"
user-id = 1249 # Eliza Weisman (hawkw)
start = "2019-06-20"
end = "2024-08-01"

[[trusted.tracing-log]]
criteria = "safe-to-deploy"
user-id = 1249 # Eliza Weisman (hawkw)
start = "2019-06-27"
end = "2024-08-01"

[[trusted.tracing-serde]]
criteria = "safe-to-deploy"
user-id = 1249 # Eliza Weisman (hawkw)
start = "2019-06-27"
end = "2024-08-01"

[[trusted.tracing-subscriber]]
criteria = "safe-to-deploy"
user-id = 1249 # Eliza Weisman (hawkw)
start = "2019-06-27"
end = "2024-08-01"

[[trusted.ucd-trie]]
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
Expand Down
19 changes: 3 additions & 16 deletions policies/supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ url = "https://raw.githubusercontent.com/divviup/libprio-rs/main/supply-chain/au
[imports.mozilla]
url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml"

[imports.zcash]
url = "https://raw.githubusercontent.com/zcash/rust-ecosystem/main/supply-chain/audits.toml"

[policy.test-generator]
audit-as-crates-io = true

Expand All @@ -42,10 +45,6 @@ criteria = "safe-to-deploy"
version = "1.3.2"
criteria = "safe-to-deploy"

[[exemptions.block-buffer]]
version = "0.10.4"
criteria = "safe-to-deploy"

[[exemptions.boon]]
version = "0.5.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -158,10 +157,6 @@ criteria = "safe-to-deploy"
version = "0.1.12"
criteria = "safe-to-deploy"

[[exemptions.io-lifetimes]]
version = "1.0.11"
criteria = "safe-to-deploy"

[[exemptions.itertools]]
version = "0.10.5"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -250,10 +245,6 @@ criteria = "safe-to-deploy"
version = "0.3.1"
criteria = "safe-to-deploy"

[[exemptions.rand_core]]
version = "0.6.4"
criteria = "safe-to-deploy"

[[exemptions.redox_syscall]]
version = "0.3.5"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -302,10 +293,6 @@ criteria = "safe-to-deploy"
version = "0.3.0@git:82e799979980962aec1aa324ec6e0e4cad781f41"
criteria = "safe-to-run"

[[exemptions.tinyvec_macros]]
version = "0.1.1"
criteria = "safe-to-deploy"

[[exemptions.topological-sort]]
version = "0.2.2"
criteria = "safe-to-deploy"
Expand Down
Loading

0 comments on commit f411ad9

Please sign in to comment.