Michael Wedl

Results 60 comments of Michael Wedl

Unfortunately, recovering the BitLocker recovery key with the VMK is not possible. With the VMK it is only possible to get a hash of the recovery key, but you cannot...

We encountered this bug after updating to Django 5.0. We also run django in ASGI mode. In Django 4.x, transaction tracing worked fine, even in ASGI mode.

Hi, text and image overflow can be configured with CSS rules in the design. What design are you using? Is it based on an example design or a custom one?...

We will introduce sorting options for project lists. One of the options will be to sort based on the last updated date of projects, such that active projects are on...

Sorting options are implemented in https://github.com/Syslifters/sysreptor/releases/tag/2024.43

Implemented in https://github.com/Syslifters/sysreptor/releases/tag/2024.55

We are aware of this limitation. Unfortunately this is a limitation of the data structures used to store the field definitions and is not easy to change. Currently object property...

Unfortunately it's not that simple. In the API (implemented in Python), dictionaries preserve their order. In the frontend (implemented in JavaScript), the order is not preserved. Introducing an ordered object...

Implemented in https://github.com/Syslifters/sysreptor/releases/tag/2024.69

Hi, currently it is not possible to define `internal_id` fields for user objects in the `pentesters` list. I think adding custom properties to user objects is a great idea to...