Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
# These three exact advisories affect APIs absent from Hydra's locked source closure.
# RUSTSEC-2024-0429 is limited to glib::VariantStrIter methods. RUSTSEC-2026-0002 is
# limited to lru::LruCache::iter_mut. RUSTSEC-2026-0253 is limited to LruCache::pop();
# locked glyphon 0.6 calls pop_lru(), not pop(), and its GlyphonCacheKey is Copy. This is
# locked glyphon 0.7 calls pop_lru(), not pop(), and its GlyphonCacheKey is Copy. This is
# Hydra's locked-source reachability assessment, not an upstream guarantee. Remove an lru
# exception when the locked graph uses a RustSec-declared fixed lru, or when glyphon moves
# off the affected lru; either change requires renderer requalification. Keep every other
Expand Down
Loading
Loading