Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: parsed data should include PGP signature #16

Open
berkas1 opened this issue Apr 24, 2023 · 1 comment
Open

bug: parsed data should include PGP signature #16

berkas1 opened this issue Apr 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@berkas1
Copy link

berkas1 commented Apr 24, 2023

Problem: --parse ignores PGP signature

Expected results: it would be nice if parsed data would also include PGP signature if the target security.txt file is signed.

Steps to preproduce:

berkas1@berkas1-wt:~  $ pysecuritytxt --parse securitytxt.cz | jq .
{
  "acknowledgments": "https://securitytxt.cz/kdo-pouziva-security-txt",
  "contact": "mailto:[email protected]",
  "expires": "2025-05-03T22:00:00.000Z",
  "prefered-languages": [
    "en",
    "cz"
  ]
}

Thank you for considering this feature!

@berkas1 berkas1 changed the title feature request: parsed data should include PGP signature bug: parsed data should include PGP signature Apr 24, 2023
@Rafiot
Copy link
Member

Rafiot commented Apr 24, 2023

Sure, I'll look at it. Is there any chance you know which GPG python library is (vaguely) up-to-date and somewhat maintained now a days?

I have memories it was a nightmare and the canonical one was changing every few months a few years ago.

@Rafiot Rafiot added the enhancement New feature or request label Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants