Skip to content

Commit

Permalink
package and supply chain updates to fix vulnerabilities
Browse files Browse the repository at this point in the history
h2 upgraded from 0.3.16 -> 0.3.19 to fix vulnerability
tempfile upgraded from 0.3.3 -> 0.3.5 to eliminate dep on vulnerable
remove_dir_all
  • Loading branch information
Pat Hickey committed May 16, 2023
1 parent fec30b3 commit f44643f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
39 changes: 19 additions & 20 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,11 @@ criteria = "safe-to-deploy"
delta = "0.25.6 -> 0.25.7"
notes = "This is a minor bug-fix update."

[[audits.tempfile]]
who = "Pat Hickey <phickey@fastly.com>"
criteria = "safe-to-deploy"
delta = "3.3.0 -> 3.5.0"

[[audits.test-log]]
who = "Pat Hickey <phickey@fastly.com>"
criteria = "safe-to-deploy"
Expand Down
10 changes: 5 additions & 5 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ version = "0.10.0"
criteria = "safe-to-deploy"

[[exemptions.h2]]
version = "0.3.16"
version = "0.3.19"
criteria = "safe-to-deploy"
notes = "we are exempting tokio, hyper, and their tightly coupled dependencies by the same authors, expecting that the authors at aws will publish attestions we can import at some point soon"

Expand Down Expand Up @@ -637,6 +637,10 @@ criteria = "safe-to-deploy"
version = "0.2.13"
criteria = "safe-to-deploy"

[[exemptions.redox_syscall]]
version = "0.3.5"
criteria = "safe-to-deploy"

[[exemptions.redox_users]]
version = "0.4.3"
criteria = "safe-to-deploy"
Expand All @@ -657,10 +661,6 @@ criteria = "safe-to-deploy"
version = "2.2.0"
criteria = "safe-to-deploy"

[[exemptions.remove_dir_all]]
version = "0.5.3"
criteria = "safe-to-deploy"

[[exemptions.ring]]
version = "0.16.20"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit f44643f

Please sign in to comment.