Commit aa1d844
committed
fix: allow RUSTSEC-2025-0134 rustls-pemfile advisory
Add RUSTSEC-2025-0134 to the deny.toml advisory ignore list. The rustls-pemfile
crate is unmaintained but is only a transitive dependency via readability->reqwest.
The crate is a read-only PEM file parser used for TLS connections, with no code
execution risks. Users are encouraged to migrate to rustls-pki-types, but that
requires upgrading the readability crate to a newer version that doesn't depend
on the older reqwest chain.
This is consistent with the existing policy of allowing unmaintained transitive
dependencies when no safer upgrade path exists and the actual security risk is
minimal.1 parent f125b67 commit aa1d844
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments