SvenTo
SvenTo
Hi, I've tried to clone the CA chain of Let's Encrypt with ``deen`` by cloning the ``ISRG Root X1 CA`` as self-signed and then sign the intermediate CA ``R3`` with...
It would be nice to have an JSON string encoder [1], e.g.: ``` This is a Example String ``` encodes to: ``` This is a Example\n\tString ``` [1] https://www.json.org/img/string.png
deen crashes with an exception if a JWT is decoded which contains a nested JWT [1]. Steps to reproduce: - Start deen - Enter the following JWT: `eyJ0eXAiOiJKV1QiLCJjdHkiOiJKV1QiLCJhbGciOiJub25lIn0.ZXlKemRXSWlPaUl4TWpNME5UWTNPRGt3SWl3aWJtRnRaU0k2SWtwdmFHNGdSRzlsSWl3aWFXRjBJam94TlRFMk1qTTVNREl5TENKbGVIQWlPakU1TVRZeU16a3dNako5LmRNRDNNTHVIVGlPLVF5OVB2T29NY2hOTTRDekZJZ0k3aktWclJ0bHFsTTA.` (header: `{"typ":"JWT","cty":"JWT","alg":"none"}`;...
deen (1.7.1.3e6f82f-1) require dicttoxml as dependency. However, the AUR packing is missing this dependency at the moment. ``` % deen Traceback (most recent call last): File "/usr/bin/deen", line 6, in...
Data collection with _azurehound_ does not work for Azure Service Principals who have no permission to access the Graph API because calling ``client.GetAzureADOrganization()`` fails. However, collecting information from the Azure...