Prateek Kumar Nischal

Results 7 issues of Prateek Kumar Nischal

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

The `pass` utility caches the password to the gpg key for a while just like `sudo` which allows for quick subsequent decryptions without entering the password. Is there something similar...

Fixing a typo in the table of contents of the README.md.

Add support for CSR when using the `dump` command by implementing a flag `--csr` that would look for CSR(s) in the file and then parse it. Usage could be like:...

Add support for the /whois command using the raw_msg function on the connection for the particular server.

It seems that the JSON serialized version of the `authenticatorData` field in the repsonse of a `get_assertion` call uses [`cross_origin`](https://github.com/Yubico/python-fido2/blob/abe66f138508505d7682ad5fa20912c3445a5d35/fido2/webauthn.py#L374) instead of `crossOrigin` which seems to be the case for...

When trying to run one of the examples, I get a build failed with the following error ``` # github.com/iovisor/gobpf/bcc bcc/module.go:98:40: too many arguments in call to _Cfunc_bpf_module_create_c_from_string have (*_Ctype_char,...