[Feature] Dependency freshness and SBOM depth #517
Labels
No labels
accepted
bug
declined
docs
duplicate
enhancement
good first issue
in-progress
needs-info
privacy
security
triage
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
LibreKAT/Ocideck#517
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dependency freshness and SBOM depth, from the release review.
Dependencies.
dartcv4is at 1.1.8 against 2.2.1+4 — a full major behind, on the native layer that decodes untrusted image data, so it carries the largest attack surface of the tree. It is held back byopencv_core: ^1.4.5. No known CVE, but "a major behind on the riskiest layer" is a decision, not a default. Smaller ones:uuid,video_player,shared_preferences_android, andwakelock_plus(pinned by a constraint).SBOM depth. The dependency graph is one layer deep: 46
DEPENDS_ONrelations across 200 packages, with 153 packages appearing in no relation at all. SPDX packages carry nosupplierfield, which is an NTIA minimum element.A gate that cannot fail. The staleness check reports MIAUW as current because the bundled date is structurally earlier than the probe date — that source can never go red. Either the comparison is wrong or the source needs a different freshness signal.
Any pubspec change requires
make sbomand committingsbom/, orsbom_testfails.