mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Merge pull request #571 from csaf-poc/fingerprint-no-breaking
Improve PGP fingerprint handling
This commit is contained in:
commit
464e88b530
2 changed files with 5 additions and 5 deletions
|
|
@ -367,7 +367,7 @@ func (d *downloader) loadOpenPGPKeys(
|
|||
if !strings.EqualFold(ckey.GetFingerprint(), string(key.Fingerprint)) {
|
||||
slog.Warn(
|
||||
"Fingerprint of public OpenPGP key does not match remotely loaded",
|
||||
"url", u)
|
||||
"url", u, "fingerprint", key.Fingerprint, "remote-fingerprint", ckey.GetFingerprint())
|
||||
continue
|
||||
}
|
||||
if d.keys == nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue