Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Order Editor #18

Open
kruegers opened this issue Jul 4, 2019 · 1 comment
Open

Visual Order Editor #18

kruegers opened this issue Jul 4, 2019 · 1 comment
Assignees

Comments

@kruegers
Copy link
Member

kruegers commented Jul 4, 2019

The ORDER section defines a regular expression of method call events. The parser translates this expression into a finite state machine that is then fed into the analysis. Right now, one can only provide this expression textually.

Implement an editor that displays the finite state machine and allows it to be edited. That is, changes made in this editor should also be reflected in the corresponding ORDER section of the CrySL rule. As a first step, one could implement an FSM viewer and extend it to an editor late on.

@anemonekk
Copy link
Contributor

Implementation with Sirius: eclipse-cognicrypt/CogniCrypt#444, FSM viewer possible, graphical editing possible, translating changes into Crysl not yet possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants