Michael Hamann

Results 51 comments of Michael Hamann

The CSP header does allow CSS, and CSS combined with custom fonts is an attack vector. Custom fonts can help leaking data, see for example here: https://x-c3ll.github.io/posts/CSS-Injection-Primitives/ or https://book.hacktricks.xyz/pentesting-web/xs-search/css-injection or...

Are you sure this is an issue with the Arch Linux package? The [Arch Linux DokuWiki package](https://archlinux.org/packages/community/any/dokuwiki/) depends on the [php7 package](https://archlinux.org/packages/extra/x86_64/php7/) and therefore compatibility issues with PHP 8 should...

I think there were some discussions about (historical) performance problems some time ago but I'm not sure that we really came to the conclusion that this is still an issue.

I did a small benchmark eight years ago and back then simple serialisation was faster than var_export or JSON. See https://github.com/michitux/dokuwiki-test-serialize for the test script and my results back then....

> You can already use a CDN for jQuery, so that visitors has already the js library downloaded in their browser cache. Unfortunately, due to [cache partitioning](https://developers.google.com/web/updates/2020/10/http-cache-partitioning), this is not...

The include plugin does not include data entries for exactly this reason. @virk removed the code that removes data entries in the include plugin which then - as expected -...

This PR is the code of a master student I supervised who implemented Ego-Splitting with some extensions, see https://i11www.iti.kit.edu/_media/teaching/theses/ma-wiebigke-19.pdf I intend to continue working on this and clean this up...

> LynxKite is a GUI toolbox with a bunch of graph algorithms that we implemented, extension points where the user can enter their own code, and now some 40+ NetworKit...

After debugging this for several hours together with @SDEagle we found the following: * On his MacBook, the allocation tracking of Thrill is not properly working, in particular all memory...

I also did not fully understand how push/pull works but I also assume it is not automatic. However, I got the impression that on an initial clone the replace objects...