Michael Wedl

Results 60 comments of Michael Wedl

Hi, thanks for the suggestion. I think KPIs would best fit into a plugin that needs to be explicitely enable when needed/desired. There are some technical challenges that need to...

Thanks for the suggestion. We will add a button to the markdown editor's toolbar to insert finding references. ![image](https://github.com/user-attachments/assets/7a8f7018-42c8-4058-9099-811097621d39)

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

We do not copy the title into markdown text, because when the title of the referenced finding is updated, the markdown text would not change. When the title is left...

Hi, we already evaluated WYSIWYG editing in the markdown preview some time ago. It is technically quite complex to implement and there are many edge cases to consider. Instead, we...

Hi, thanks for the suggestions. Would you be able to create a pull request for these tools at the reptor CLI repository. You can find the import code for other...

CVSSv4 is already supported. You can switch between CVSS:3.1 and CVSS:4.0 at the top of the CVSS editor in the SysReptor UI (if CVSS:4.0 is allowed in the design's CVSS...

Hi, we use the [WeasyPrint](https://github.com/Kozea/WeasyPrint) library for rendering HTML+CSS to PDF. WeasyPrint has not implemented [CSS Backgrounds Module Level 4](https://drafts.csswg.org/css-backgrounds-4/#background-clip) yet (where `background-clip: text` is defined), only [CSS Backgrounds and...

It is already possible to add custom tags to templates. Type the tag name in the "tags" field and apply with enter. There is no autocomplete for custom tags, though....

What is your use case for storing tags? * Suggestions for previously used custom tags in templates? * Use tags in findings and report rendering in PDFs?