Results 312 comments of El RIDO

Update on this: With alpine 3.13 we get PHP 8.0 packages (they also ship PHP 7.4, so you can choose and even install both, if needed) and so far I...

It also affects earlier versions of php 7, so it would be way beyond 2022, realistically. What if we move the modified tests into a different folder (also flagged in...

> But is it really only the tests? No other changes are required? This is really just phpunit and their decision to only support certain versions of PHP. I was...

Our test pipeline is triggered by push events. It seems the merge commit performed by github wasn't "pushed". That would either imply the action of the bot is performed on...

I think we would definitely like to review and work with you on a pull request for such a feature, as a configurable feature.

I consider the above commit, now part of the 1.3.2 release, a partial solution, as it only prevents adding comments in the web UI. Third party clients could still create...

Thank you for the suggestion. It is an option if we can implement it in Javascript using the webcrypto API or some other common browser API and it doesn't require...

The paste_meta is used as the associated data for message authentication (it needs to be unencrypted for the client to parse the message correctly, but if manipulated by a third...

I am unsure about the initialization of `$cipherText` as a byte array of a fixed length. AFAIK AES will pad the last block with zero bytes, so it can be...

I don't think this is an installation mechanism that we support. As far as I know we use composer only to maintain dependencies of the project, not to ship privatebin...