Display SLSA provenance level shield badge next to package versions - #9550
Draft
mosuem wants to merge 1 commit into
Draft
Display SLSA provenance level shield badge next to package versions#9550mosuem wants to merge 1 commit into
mosuem wants to merge 1 commit into
Conversation
mosuem
force-pushed
the
website-slsa-badges
branch
from
August 20, 2026 09:38
3b11092 to
8eee090
Compare
mosuem
force-pushed
the
website-slsa-badges
branch
from
August 20, 2026 11:17
8eee090 to
17ba928
Compare
mosuem
force-pushed
the
website-slsa-badges
branch
from
August 20, 2026 11:34
17ba928 to
1cdb4b0
Compare
mosuem
force-pushed
the
website-slsa-badges
branch
from
August 20, 2026 11:40
1cdb4b0 to
cf7dc13
Compare
mosuem
force-pushed
the
website-slsa-badges
branch
2 times, most recently
from
August 20, 2026 12:27
c23df80 to
aae1d61
Compare
mosuem
changed the base branch from
integration-test-attestations
to
require-attestation-policy
August 20, 2026 12:28
mosuem
force-pushed
the
website-slsa-badges
branch
from
August 21, 2026 16:17
aae1d61 to
73bce6c
Compare
mosuem
force-pushed
the
website-slsa-badges
branch
2 times, most recently
from
August 24, 2026 08:32
0ea9f1e to
2670ca1
Compare
- Adds `slsaLevel` property to `PackageVersion` and `VersionInfo`. - In `backend.dart`, populates `slsaLevel` when an attestation bundle is verified during upload. - Adds `slsaShieldBadgeNode` in `views/pkg/badge.dart` rendering a shield icon with the SLSA level number. - Displays SLSA shield badge in package page title and version rows. - Styles `.package-badge-slsa` in `_pkg.scss`.
mosuem
force-pushed
the
website-slsa-badges
branch
from
August 24, 2026 08:49
2670ca1 to
a85a8a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Website UI Support for Signed Packages
slsaLevelproperty toPackageVersionandVersionInfo.backend.dart, automatically populatesslsaLevelwhen an attestation bundle is cryptographically verified during upload.slsaShieldBadgeNodeinviews/pkg/badge.dartrendering an SVG shield icon with the SLSA level number centered inside..package-badge-slsaCSS styling in_pkg.scss.