We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: --parse ignores PGP signature
--parse
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!
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Problem:
--parse
ignores PGP signatureExpected results: it would be nice if parsed data would also include PGP signature if the target security.txt file is signed.
Steps to preproduce:
Thank you for considering this feature!
The text was updated successfully, but these errors were encountered: