Skip to content

logging.a.o download page needs second parameter for gpg verify #3099

@sebbASF

Description

@sebbASF

The page at https://logging.apache.org/download.html says:

for sigFile in *.asc; do gpg --verify $sigFile; done

That is insecure; gpg verify needs two parameters: the .asc file and the artifact itself.

This is described here:
https://www.apache.org/info/verification.html#specify_both

There is a further issue that the verification instructions are unlikely to work on Windows.

Metadata

Metadata

Assignees

Labels

documentationPull requests or issues that affect documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions