Skip to content

Commit 02efe32

Browse files
committed
build: Audit regex-syntax diff 0.8.7 -> 0.8.8
Doing this also caused `cargo-vet` to actually pull in the relevant preceding audits from the imports. Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>
1 parent b2828aa commit 02efe32

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

supply-chain/audits.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ who = "hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>"
6666
criteria = "safe-to-deploy"
6767
delta = "0.8.6 -> 0.8.7"
6868

69+
[[audits.regex-syntax]]
70+
who = "hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>"
71+
criteria = "safe-to-deploy"
72+
delta = "0.8.7 -> 0.8.8"
73+
6974
[[audits.unicode-ident]]
7075
who = "hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>"
7176
criteria = "safe-to-deploy"

supply-chain/imports.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ delta = "1.0.93 -> 1.0.94"
114114
notes = "Minor doc changes and clippy lint adjustments+fixes."
115115
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
116116

117+
[[audits.google.audits.regex-syntax]]
118+
who = "Manish Goregaokar <manishearth@google.com>"
119+
criteria = "safe-to-deploy"
120+
version = "0.8.5"
121+
notes = "Contains no unsafe"
122+
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
123+
117124
[audits.hashcatHitman.audits]
118125

119126
[audits.mozilla.audits]

0 commit comments

Comments
 (0)