Skip to content

Commit

Permalink
chore: update rustls-webpki due to security advisory (vectordotdev#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
fuchsnj and jszwedko authored Aug 22, 2023
1 parent a1d05e4 commit b982a74
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 @@ -394,6 +394,7 @@ ntapi = { git = "https://github.com/MSxDOS/ntapi.git", rev = "24fc1e47677fc9f6e3
openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl", tag = "openssl-sys-v0.9.91_3.0.0" }
openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs", 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 b982a74

Please sign in to comment.