Skip to content

Commit

Permalink
chore: update rustls-webpki due to security advisory (#18344)
Browse files Browse the repository at this point in the history
* update rustls-webpki due to security advisory

* patch webpki with rustls-webpki

* add advisory to the ignore list temporarily

* Update deny.toml

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

---------

Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
fuchsnj and jszwedko committed Sep 19, 2023
1 parent 77d12ee commit 1cb51a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ ntapi = { git = "https://github.com/MSxDOS/ntapi.git", rev = "24fc1e47677fc9f6e3
openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl.git", tag = "openssl-sys-v0.9.91+3.0.0" }
openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs.git", tag = "release-300-force-engine+3.1.2"}


[features]
# Default features for *-unknown-linux-gnu and *-apple-darwin
default = ["api", "api-client", "enrichment-tables", "sinks", "sources", "sources-dnstap", "transforms", "unix", "rdkafka?/gssapi-vendored", "enterprise", "component-validation-runner"]
Expand Down
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ license-files = [

[advisories]
ignore = [
# requires our dependencies to migrate to `rustls-webpki`
"RUSTSEC-2023-0052"
]

0 comments on commit 1cb51a4

Please sign in to comment.