Simon F

Results 17 comments of Simon F

Woah, sorry for the push spam, didn't expect github to write every single one here...

I suggest using /dev/random directly, without sha1sum. This way you'll also get chars outside of [a-f]. ```oc$( tr -dc 'a-z0-9'

@arno01 nextcloud uses "\OCP\Security\ISecureRandom::CHAR_LOWER" and "\OCP\Security\ISecureRandom::CHAR_DIGITS". CHAR_LOWER means every character, as you can see [here](https://github.com/enoch85/core/blob/master/lib/public/security/isecurerandom.php): ```const CHAR_LOWER = 'abcdefghijklmnopqrstuvwxyz';``` +1 for /dev/urandom or openssl

Sure, an option or callback to configure the behavior would be fine too. As this is beyond my groovy / gradle capabilities I cannot help with a PR in that...

Can reproduce this issue using Firefox 101.0.1 and MS Edge 102.0.1245.39

I'm also searching for a way to achieve this, but haven't yet succeeeded. Have you found a solution?

Hi, any update on this?

Another problem i'd like to mention in this issue: You can specify the amount of data to dd, thus the estimation with either source or target value may be wrong....

I think this should at least be documented on the `put(K, V, long, TimeUnit)` as it's kind of unexpected behaviour. Just stumbled across this issue while trying to update an...

This issue is not specific to the alpine base image, but to the aports. Those issues should be opened at https://gitlab.alpinelinux.org/ Your mentioned CVEs were already fixed by openjdk17-17.0.8_p7-r0, which...