Hi. I downloaded the Chromium_OSX_71.0.3578.98.dmg, and noticed that Chromium.app is not code signed:
$ codesign -dvvv /Volumes/Chromium\ OS\ X\ 71.0.3578.98/Chromium.app
/Volumes/Chromium OS X 71.0.3578.98/Chromium.app: code object is not signed at all
I double checked an an older .dmg, and confirmed the old version was signed:
$ codesign -dvvv /Volumes/Chromium\ OS\ X\ 66.0.3359.139/Chromium.app
Executable=/Volumes/Chromium OS X 66.0.3359.139/Chromium.app/Contents/MacOS/Chromium
Identifier=org.chromium.Chromium
Format=app bundle with Mach-O thin (x86_64)
CodeDirectory v=20200 size=277 flags=0x0(none) hashes=3+3 location=embedded
Hash type=sha256 size=32
CandidateCDHash sha1=15b4f375585379b2b142e4a97ae5883bb50c28ba
CandidateCDHash sha256=ae2ebd3c3dd385cdd37a3137592a6a728c84e938
Hash choices=sha1,sha256
CDHash=ae2ebd3c3dd385cdd37a3137592a6a728c84e938
Signature size=8915
Authority=Developer ID Application: Carlo Gandolfi (66KW43FE5Q)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=May 1, 2018 at 8:07:50 PM
Info.plist entries=31
TeamIdentifier=66KW43FE5Q
Sealed Resources version=2 rules=13 files=174
Internal requirements count=1 size=184
Is this a mistake or are Chromium builds no longer code signed? Thanks.