mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
deny.toml: Clarify time-rs CVE. (#43148)
The CVE doesn't impact us, so we can ignore it safely. This improves the comment above the ignored entry in deny.toml. We test our own code via `clippy` and we aren't using the vulnerable type. Our dependencies could in theory use it, but that seems rather unlikely. Testing: test-tidy is tested in CI. --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f9fd3968e5
commit
fca0a2555e
2
.clippy.toml
Normal file
2
.clippy.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Lint for https://github.com/advisories/GHSA-r6v5-fh4h-64xc until we upgrade to time >=0.3.47
|
||||
disallowed-types = ["time::format_description::well_known::Rfc2822"]
|
||||
Reference in New Issue
Block a user