Skip to content

apk_update: use URL_PRINTF

Alex Denes requested to merge caskd/apk-tools:urlfmt into master

apk update repo URLs are printed raw and those might contain authentication passwords for repositories. Using URL_PRINTF would censor that out (like in the fetch lines above).

image

Merge request reports