WebAuthn does not guarantee public-key integrity other than trough attestation?

I’ve been reading about WebAuthn and try to write some code to exercise.
One thing I noticed is that the spec doesn’t seem to provide any way to verify the correctness of the public-key being create()’d other than through attestation. And … Continue reading WebAuthn does not guarantee public-key integrity other than trough attestation?

Data integrity protection in Drupal 10.x – how lock conditions might fail

I was doing some pentesting on a Drupal 10.x application that some colleagues built; I have not reviewed the source code. The dynamic vulnerability scanner I use provoked some exceptions related to a failure to obtain locks on various obje… Continue reading Data integrity protection in Drupal 10.x – how lock conditions might fail

How can you make sure a remote web server is processing the right data and executing the code you expect? [closed]

Currently I’m trusting my web hoster to run my code on my behalf without tampering with the execution at some point.
What are some techniques to protect against this?
For instance, preventing the hoster from arbitrarily skipping some instr… Continue reading How can you make sure a remote web server is processing the right data and executing the code you expect? [closed]

Does Firefox’s addon/extension installer provide cryptographic authentication and integrity validation?

Does Firefox’s built-in installer for addons/extensions validate its payload’s authentication and integrity for all files it downloads before actually installing them?
I avoid in-app updates because, more often than not, developers do not … Continue reading Does Firefox’s addon/extension installer provide cryptographic authentication and integrity validation?