mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
docs: improve code comment (minor)
This commit is contained in:
parent
c2e24f7bbb
commit
5231b3386b
1 changed files with 3 additions and 3 deletions
|
|
@ -1449,9 +1449,9 @@ func (p *processor) checkWellknownSecurityDNS(domain string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// checkPGPKeys checks if the OpenPGP keys are available and valid, fetches
|
// checkPGPKeys checks if the OpenPGP keys are available and valid, fetches
|
||||||
// the remotely keys and compares the fingerprints.
|
// the remote pubkeys and compares the fingerprints.
|
||||||
// As a result of these a respective error messages are passed to badPGP method
|
// As a result of these checks respective error messages are passed
|
||||||
// in case of errors. It returns nil if all checks are passed.
|
// to badPGP methods. It returns nil if all checks are passed.
|
||||||
func (p *processor) checkPGPKeys(_ string) error {
|
func (p *processor) checkPGPKeys(_ string) error {
|
||||||
|
|
||||||
p.badPGPs.use()
|
p.badPGPs.use()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue