Skip to content

Commit 8487bd4

Browse files
committed
modify deny
1 parent 4acca28 commit 8487bd4

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

deny.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ yanked = "warn"
3737
ignore = [
3838
# This is due to the feature ['jsonwebtoken/rust_crypto']
3939
# We can use ['jsonwebtoken/aws_lc_rs'] instead to avoid this vulnerability.
40-
"RUSTSEC-2023-0071"
40+
"RUSTSEC-2023-0071",
41+
# hickory-proto 0.25.x vulnerabilities - reqwest 0.13.x depends on hickory-resolver 0.25.x
42+
# which requires hickory-proto 0.25.x. Waiting for reqwest to update to hickory 0.26.x.
43+
# Only affects users enabling the 'hickory-dns' feature.
44+
# https://github.com/hickory-dns/hickory-dns/security/advisories/GHSA-3v94-mw7p-v465
45+
"RUSTSEC-2026-0118",
46+
# https://github.com/hickory-dns/hickory-dns/security/advisories/GHSA-q2qq-hmj6-3wpp
47+
"RUSTSEC-2026-0119",
4148
]
4249
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
4350
# lower than the range specified will be ignored. Note that ignored advisories
@@ -86,12 +93,6 @@ confidence-threshold = 0.8
8693
exceptions = [
8794
# Each entry is the crate and version constraint, and its specific allow
8895
# list
89-
90-
# ring uses code from multiple libraries but all with permissive licenses
91-
# https://tldrlegal.com/license/openssl-license-(openssl)
92-
{ allow = ["OpenSSL"], name = "ring" },
93-
# similar to ring
94-
{ allow = ["OpenSSL"], name = "aws-lc-sys" },
9596
]
9697

9798
# Some crates don't have (easily) machine readable licensing information,

0 commit comments

Comments
 (0)