fluo-muchos icon indicating copy to clipboard operation
fluo-muchos copied to clipboard

Influxdb 1.8.3 checksum changed again!

Open karthick-rn opened this issue 4 years ago • 4 comments
trafficstars

This is the same problem we faced in Dec 2020 as well and discussed here in #381. Looks like someone already opened an issue - https://github.com/influxdata/influxdb/issues/21365.

karthick-rn avatar May 05 '21 17:05 karthick-rn

I'm not clear why they had to re-generate all signature files and rotate GPG keys, but looks like it is their process. I'll submit a PR to update the new checksum unless anyone has any thoughts.

karthick-rn avatar May 05 '21 21:05 karthick-rn

Every time the checksum changes, it is suspicious. I don't think we should just keep blindly updating it going forward, because that would be like it didn't have a checksum at all. We could manually check every time, but that's tedious and requires a copy of both the old and new artifact (which may not be possible every time this happens).

So, I think the best solution is to try to convince upstream that their process is flawed, that it creates confusion and sows distrust in their security. If we can't rely on the checksum not changing for a previously released version, that's pretty concerning.

In my opinion, the second best solution is to remove features from muchos that use InfluxDB. If we can't trust the dependency, we should avoid it.

The third best solution seems to manually check that only the signature changed (as I did in https://github.com/apache/fluo-muchos/pull/381#issuecomment-754225310). But, that may not be possible.

ctubbsii avatar May 06 '21 07:05 ctubbsii

Added a comment to the Influxdb issue.

karthick-rn avatar May 06 '21 16:05 karthick-rn

The existing RPMs has been re-signed again today!

image

karthick-rn avatar May 20 '21 18:05 karthick-rn