calve

Results 11 comments of calve

For the sake of it, please try to not reproduce the `event-stream` failure https://github.com/dominictarr/event-stream/issues/116. The gist of the issue is that the original maintainer gave write access to a malicious...

I added support for Protected Environments in https://github.com/python-gitlab/python-gitlab/pull/2084 which is merged but not released yet Do note that the API use the name `protected_environments` and not `protectedenvironments` as specified in...

The following script might be a starting point, just pipe the output to `safety`. Be careful with the input tho as this use `ast.parse()` and could happily execute malicious code...

Hi, now that it seems that LATEST defaults to 1.4.0 I'm on the other side of the feature request and would like to fix platform version to 1.3.0 using some...

Read the following SO; https://stackoverflow.com/questions/23165158/how-do-i-install-melpa-packages-via-el-get bottom line is running `M-x el-get-elpa-build-local-recipes`

fwiw, Fdroid downgraded Transportr release to an old one not depending on (I guess) Google Map; read at https://gitlab.com/fdroid/fdroidserver/-/issues/1004#note_1030833616 and https://gitlab.com/fdroid/fdroiddata/-/commit/dd848d73572928408ea85f8e0498ec0a3dcb8aec thus I'm not involved in this in any way.

hoping here to list jsencrypt/jsbn as non-maintained critical libraries

isn't yubikey RFC 6238 ?

AFAIU crash code are pregenerated HOTP. Those are supported by openvpn-otp.

Looks like you can configure the lenght of codes with the `totp_digits` param (see readme) but it might apply to both HOTP and TOTP https://github.com/evgeny-gridasov/openvpn-otp/blob/master/src/otp.c#L619