Skip to content

Commit

Permalink
Correct the component_generation number for stubby.puzzelos.
Browse files Browse the repository at this point in the history
The first 2 components of a sbat entry are:
component_name : the name to be compared
component_generation : the generation number for comparing
I don't think we have had a sbat containing "1" for stubby.puzzleos, thus
there is nothing to compare that "2" to. We should start with "1".

Signed-off-by: Joy Latten <[email protected]>
  • Loading branch information
Joy Latten committed Oct 3, 2022
1 parent 9c3f9d0 commit f11f802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbat.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
stubby.puzzleos,2,PuzzleOS,stubby,1,https://github.com/puzzleos/stubby
stubby.puzzleos,1,PuzzleOS,stubby,1,https://github.com/puzzleos/stubby
linux.puzzleos,1,PuzzleOS,linux,1,NOURL

0 comments on commit f11f802

Please sign in to comment.