Aron Molnar
Aron Molnar
License key must be added to the `app.env` file currently; afterwards the admin must restart the Docker containers. It would be more convenient if users could add the license key...
The recommended procedure to update SysReptor is currently to run the [update.sh](https://github.com/Syslifters/sysreptor/blob/main/update.sh) script. This script downloads the `docker-compose.yml` (in several files) and restarts the docker containers. A better option would...
### Discussed in https://github.com/Syslifters/sysreptor/discussions/305 Originally posted by **MichaelGrafnetter** August 18, 2024 It would be nice to be able to optionally add [STRIDE](https://en.wikipedia.org/wiki/STRIDE_model) classification of vulnerabilities. Sample editor for a vulnerability:...
We collected shortcuts in a discussion: https://github.com/Syslifters/sysreptor/discussions/399 It would be nice to have a dedicated page in our [docs](https://docs.sysreptor.com/) ([Source](https://github.com/Syslifters/sysreptor/tree/main/docs)) where we list them.
[SysReptor plugins](https://docs.sysreptor.com/setup/plugins/#developing-custom-plugins) that rely on frontend functionalities only are quite straightforward to implement. (See [graphqlvoyager plugin](https://github.com/Syslifters/sysreptor/tree/main/plugins/graphqlvoyager) as an example.) We have two plugins that rely on frontend functions and need...
We can currently share public links with our customers to exchange data. It would, however, be nice to also provide the customers a broader context of the project, like a...
SysReptor administrators and team leads might want to send notifications to all users, such as for the announcement of maintenance windows, or design changes. We might implement this as a...
We have a request from a customer to allow disabling notifications globally, per user, or per project. **Globally** Disabling notifications globally and installation-wide should be rather easy to implement via...