clearlinux / swupd-server

Software update server (deprecated)
Other
13 stars 17 forks source link

No certificate check in packfsck.pl #29

Closed pdxjohnny closed 7 years ago

pdxjohnny commented 8 years ago

I'm not clear on what packfsck.pl is for, but I don't think it should be using --no-check-certificate no matter what it is.

https://github.com/clearlinux/swupd-server/blob/master/packfsck.pl#L10

phmccarty commented 7 years ago

The script can be used for validating pack content, since it cross-references the bundle manifests. Currently, it only checks os-core but could be made generic to validate any/all packs.

phmccarty commented 7 years ago

Fix merged in 490326f.