Results 135 comments of Alisa Sireneva

Is it possible to allow specifying a meta-value (e.g. MSGPACK_EMBED) as a key to insert other class contents?

You can Google, I can Google, yes, that's beside the point. As ZeroNet is a privacy- and security-related project, I'm certain nofish knew what OWASP is and attempted to protect...

I'm waiting for a PoC exploit then, and I'll be shocked as hell if you succeed.

As a side note -- would it be reasonable to add support for X-Forwarded-Host and X-Forwarded-Port, like Werkzeug does? (There's also X-Forwarded-Prefix, but I'm not familiar enough with Quart to...

This is now implemented in golang.org/x/crypto v0.3.0.

Perhaps this should better be asked in a separate issue, but I'm not sure if what I'm asking about is reasonable, so here goes. One thing this PR has not...

You certainly know what you are doing more than me, but perhaps it might be of interest to you to know what I needed to patch to get CRIU of...

Can we avoid using `map_files` in this case and read the memory of the process directly?

Ah, I guess I see what the problem is: we want to dump the whole file, and `mmap` may only map the file partially. Moreover, for deleted files, we might...