Vasilii Ermilov
Vasilii Ermilov
Similar issue but for Python code: https://semgrep.dev/s/abuammar:pattern-not-inside from our user: https://r2c-community.slack.com/archives/C018NJRRCJ0/p1643230967051000
@minusworld Idea behind this check is to go to return classes or classes of arguments used and find if they are annotated as `Entity` rule: https://github.com/find-sec-bugs/find-sec-bugs/blob/master/findsecbugs-plugin/src/main/java/com/h3xstream/findsecbugs/spring/SpringEntityLeakDetector.java#L112 test: https://github.com/find-sec-bugs/find-sec-bugs/tree/master/findsecbugs-samples-java/src/test/java/testcode/spring so multiple...
@alexanderfichel if the rule should highlight a file that has `HEALTHCHECK` present, I can suggest smth like this: https://semgrep.dev/playground/s/inkz:is-healthcheck-present2 lmk if it works for you :pray:
@pieterdc1 setting low priority label, so that stale bot stopped disturbing :)
If I understand correctly the issue is resolved by: https://github.com/returntocorp/semgrep-rules/pull/3024, feel free to reopen if not
@Sjord thats a great idea! probably can be done not only for `python/pip`
@p4p3r as far as I remember it uses regex and is intended to work on a different syntax. so the generic rule is not gonna work on it. Mustache `{{...
rulerascal was removed, so the dependency is not present anymore
rulerascal was removed, so the dependency is not present anymore