CARiSMA-Tool / carisma-tool

Implementation of the CARiSMA Tool
https://github.com/CARiSMA-Tool/carisma-tool
Eclipse Public License 1.0
3 stars 5 forks source link

Issues when trying to run the secure dependency example check #9

Closed LaIsaTr closed 1 year ago

LaIsaTr commented 2 years ago

Hello :)

I have tried running the secure dependency check example described here but I'm facing issues getting it to work.

I have downloaded the uml file example and imported it into an empty project in Eclipse. Then I created a CARiSMA analysis and added the secure dependency check to it. When I hit RUN all checks appear to be "successful" but when I create the report of the analysis I get following output.

------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
Running check : UMLsec secure dependency Check
------------------------------------------------------------------------------------

Processing dependency 'InterfaceRealization1' between 'null' and 'null'
- not in scope of <<secure dependency>> -> nothing to check!

Processing dependency 'null' between 'null' and 'null'
- not in scope of <<secure dependency>> -> nothing to check!

------------------------------------------------------------------------------------
The analysis detected 0 errors.
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------

So far I have tried different Eclipse versions and I have also tried to replicate the example from scratch with Papyrus and UmlSec stereotypes but unfortunately that did not produce any successful results either.

Any ideas why this is failing?

Any help would be greatly appreciated. Thank you, Laura


Additional details:

SvenPeldszus commented 2 years ago

Dear Laura,

this sounds like the <> stereotype, which specifies that the contained elements are in the scope of secure dependency, is missing on the Model or Package containing the classes. Can you please check if this is the case?

Best Sven

LaIsaTr commented 2 years ago

Hello Sven,

Thanks for your reply. I have imported the example uml file that you provide here and I believe it does have the required <> stereotype you mentioned.

Best, Laura

nuthub commented 1 year ago

Dear Laura,

could you please try the example that can be found here https://github.com/CARiSMA-Tool/carisma-tool/tree/examples/examples/secure-dependency ?

Best Regards, Julian

APHDKO commented 1 year ago

Bug fixed, you can try the new examples here.