Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33509 )
Change subject: csb_patcher.sh: gets,checks,installs the coreboot and SeaBIOS patches ......................................................................
Patch Set 43:
(1 comment)
https://review.coreboot.org/c/coreboot/+/33509/43/csb_patcher.sh File csb_patcher.sh:
https://review.coreboot.org/c/coreboot/+/33509/43/csb_patcher.sh@648 PS43, Line 648: unzipper "./patch?zip" : mover "./$4.diff" "./$1.diff" : csb_patcher_sha256sum_correct="$5 ./$1.diff" : csb_patcher_sha256sum_my=$( sha256sum "./$1.diff" ) Ideally the SHA256 checksums should also be verified before the unpacking.