[4/8] initdata-processor: support insecure platforms#2354
Open
msanft wants to merge 2 commits intosplit/pr-2337-runtime-nodeinstallerfrom
Open
[4/8] initdata-processor: support insecure platforms#2354msanft wants to merge 2 commits intosplit/pr-2337-runtime-nodeinstallerfrom
msanft wants to merge 2 commits intosplit/pr-2337-runtime-nodeinstallerfrom
Conversation
This was referenced Apr 27, 2026
d983852 to
a96709b
Compare
35fd8b4 to
abcf97e
Compare
a96709b to
61b512e
Compare
burgerdev
reviewed
Apr 29, 2026
abcf97e to
d555ab0
Compare
61b512e to
e3d60c2
Compare
e3d60c2 to
27c226a
Compare
27c226a to
934583d
Compare
burgerdev
requested changes
May 4, 2026
Member
burgerdev
left a comment
There was a problem hiding this comment.
Unfortunately, this does not work with initdata: An attacker can launch the VM with TEE support and set HOSTDATA to their desired value, but supply an initdata file that includes Insecure. HOSTDATA is now unvalidated, but still shows in reports.
The previous version was arguably safer, but safe enough? idk.
934583d to
72898ef
Compare
72898ef to
f2897e6
Compare
dda6dc2 to
d1e13e3
Compare
91b1df7 to
db7cd22
Compare
d1e13e3 to
70e5da4
Compare
db7cd22 to
a8f6eb6
Compare
70e5da4 to
056e110
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.
Split from #2337 as part of a stacked review series.
Depends on: #2353
This PR teaches the initdata-processor how to operate on insecure platforms: