Conversation
Signed-off-by: Mark Bolwell <info@krameff.com>
Signed-off-by: Mark Bolwell <info@krameff.com>
Signed-off-by: Mark Bolwell <info@krameff.com>
Signed-off-by: Mark Bolwell <info@krameff.com>
Signed-off-by: Mark Bolwell <info@krameff.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
…ading Signed-off-by: Mark Bolwell <info@krameff.com>
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.
Description of change
supply chain
document per binary, named to match the binary it describes
(
syver-linux-amd64.spdx.jsonbesidesyver-linux-amd64). SPDX was chosenover CycloneDX because it is the format most compliance consumers expect,
and the format is what downstream automation binds to
everything in a release carries a signature from one key rather than
leaving you to guess which artifacts are authoritative. The published key
is unchanged and verification is documented as before
container image
base image is republished infrequently, so building alone shipped whatever
package set had been baked into it months earlier, and the weekly scan was
reporting OpenSSL advisories against the published image as a result.
Syver's own binary is statically linked with cgo disabled and calls none of
those libraries, so nothing syver does was exploitable through them, but
this image is documented as a base image and an unpatched package here is
inherited by every downstream
FROMdocs
RELEASES.mdsaid Syver "continues goss's version numbering... so thatv0.6.0means the same lineage point in both projects". Read cold, thatimplies upstream
goss-org/gossreleased a v0.6.0. It did not; its versionsrun to v0.4.x. This project released v0.5.0 and v0.6.0 itself, under the
name
krameff/goss, before the rename. The lineage section now says so,and says plainly that
krameff/gossand Syver are one project under twonames rather than two projects. It also listed a
v0.4.0tag that hasnever existed in this lineage