svenfeld
svenfeld
I found an issue with this PR. The CI is failing due to a null poiner as some directories were restructured however this is not changed in this [class](https://github.com/eclipse-cognicrypt/CogniCrypt/blob/feature/tast_integrator_bachelorpraktikum/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/tasks/TaskJSONReader.java#L53). Also...
Can be closed as tests are now done by the Github Actions CI.
There is an option to specify the output format. CryptoAnalysis can output a SARIF-based json file. You can do that by adding the command line flag --reportFormat SARIF.
Fixed by #433. 
Hi @panoob, afer reviewing the build failure it appears that the suggested fix causes two problems. The first problem is that a `IndexOutOfBoundsException` is caused by the call `allocSite.stmt().getUnit().get().getDefBoxes().get(0).getValue()` in...
The IESEngine rule is causing false positives errors. Precisely ORDER errors are getting generated for all objects used in the constructor of the IESEngine. Due to this, the pull request...
 @smeyer198 wrote this regarding third party libraries. Therefore, I think this does not work except if you could expand the analysis. Do you have any insights whether that would...
This action facilitates the setup of the sdkmanager which is required for Android CI pipelines https://github.com/android-actions/setup-android. The sdkmanager is also used to accept the required licenses for headless applications. See...
PR #735 adds the necessary functionality to run the Android tests in a Github Action. However, the tests are failing for unknown reason.
I might have encountered the same issue. Scaling up the App service helped (backend).