Skip to content

Commit 1cb51a4

Browse files
fuchsnjjszwedko
andcommitted
chore: update rustls-webpki due to security advisory (#18344)
* 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 <[email protected]> --------- Co-authored-by: Jesse Szwedko <[email protected]>
1 parent 77d12ee commit 1cb51a4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ ntapi = { git = "https://github.com/MSxDOS/ntapi.git", rev = "24fc1e47677fc9f6e3
387387
openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl.git", tag = "openssl-sys-v0.9.91+3.0.0" }
388388
openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs.git", tag = "release-300-force-engine+3.1.2"}
389389

390+
390391
[features]
391392
# Default features for *-unknown-linux-gnu and *-apple-darwin
392393
default = ["api", "api-client", "enrichment-tables", "sinks", "sources", "sources-dnstap", "transforms", "unix", "rdkafka?/gssapi-vendored", "enterprise", "component-validation-runner"]

deny.toml

+2
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ license-files = [
3838

3939
[advisories]
4040
ignore = [
41+
# requires our dependencies to migrate to `rustls-webpki`
42+
"RUSTSEC-2023-0052"
4143
]

0 commit comments

Comments
 (0)