Skip to content

Downgrade semgrep to address performance concerns in Java projects

Craig Smith requested to merge craigmsmith-investigate-performace-issue into main

What does this MR do?

Customers have reported performance issues when running semgrep against Java projects.

Testing locally, running semgrep v1.41.0 against https://github.com/gradle/gradle/tree/master/subprojects/language-native/src/main/java/org/gradle took 13 seconds. Running v1.42.0 and all subsequent versions against https://github.com/gradle/gradle/tree/master/subprojects/language-native/src/main/java/org/gradle took over 1 minute.

This MR downgrades semgrep to v1.41.0 until we can investigate the issue further.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Craig Smith

Merge request reports