Releases: przemub/cysectool
Releases · przemub/cysectool
v1.2
- Seven more iterations of ClearSCADA model are added. The final, eighth "try" represents the state of the model as described in the report. The differences between iterations can be used to show how a model can be developed.
- A simple greedy algorithm to find the critical path (the most probable attack vector) and mark it with a thicker line was added.
- The ability to set a different impact of a control group on each edge was reworked. Now, for each vulnerability, either the default impact for all controls in the group is used, or one can specify impacts for each control in the group.
- Add an ability to associate an URL with a vulnerability, which will be opened when a corresponding edge is clicked.
- Adapt the Dockerfile for ARM64 and ppc64le compatibility.
- Add an ability to set the default targets in the editor.
- Saving and loading bugfixes.
- Improve error reporting.
- When running Python in non-debugging mode, most debugging messages are silenced.