Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update openssl crate for RUSTSEC-2023-0072 #7083

Merged
merged 3 commits into from
Dec 4, 2023
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
2 changes: 1 addition & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ignore = [] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]

# Output Configuration
[output]
deny = ["yanked", "unmaintained"]
deny = ["warnings"]
quiet = false

# Target Configuration
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
members = [
"redwood",
]

resolver = "2"
11 changes: 9 additions & 2 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ notes = "Rust Project member"

[[trusted.openssl]]
criteria = "safe-to-deploy"
user-id = 5 # Steven Fackler (sfackler)
user-id = 5
start = "2019-02-22"
end = "2024-05-02"
notes = "Rust Project member"
Expand All @@ -389,11 +389,18 @@ notes = "Rust Project member"

[[trusted.openssl-sys]]
criteria = "safe-to-deploy"
user-id = 5 # Steven Fackler (sfackler)
user-id = 5
start = "2019-03-01"
end = "2024-05-02"
notes = "Rust Project member"

[[trusted.openssl-sys]]
criteria = "safe-to-deploy"
user-id = 163 # Alex Gaynor (alex)
start = "2023-03-24"
end = "2024-05-29"
notes = "Rust Project member"

[[trusted.parking_lot]]
criteria = "safe-to-deploy"
user-id = 2915 # Amanieu d'Antras (Amanieu)
Expand Down
14 changes: 7 additions & 7 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,18 @@ user-login = "cuviper"
user-name = "Josh Stone"

[[publisher.openssl]]
version = "0.10.57"
when = "2023-08-27"
version = "0.10.60"
when = "2023-11-23"
user-id = 163
user-login = "alex"
user-name = "Alex Gaynor"

[[publisher.openssl-sys]]
version = "0.9.93"
when = "2023-09-04"
user-id = 5
user-login = "sfackler"
user-name = "Steven Fackler"
version = "0.9.96"
when = "2023-11-23"
user-id = 163
user-login = "alex"
user-name = "Alex Gaynor"

[[publisher.parking_lot]]
version = "0.12.1"
Expand Down