mschwager

Results 68 comments of mschwager

I've also forked this project and included this fix (among other things): https://github.com/mschwager/pa-applet

Oops, I accidentally unpinned this thinking I was dismissing a modal notification. Sorry for the churn, I just re-pinned it 😅

Thanks for the response, I think I understand what I was doing wrong. At first I didn't understand that importing the private key is a separate operation. Once I clicked...

Hey! Yup, interprocedural / interfile analysis is something `route-detect` is currently weak at. I think Semgrep's interprocedural support could help, but as you mentioned, it's Pro-only, and I haven't had...

Hi there! Sorry, I've been quite busy lately. I will try to find some time to review the issues and PRs you've opened :+1:

> FYI, for Scala I took a look (my company uses it a bit) The huge problem is going to be the route declaration https://www.playframework.com/documentation/2.8.x/ScalaRouting Hmm, interesting. Thanks for the...

> (Can't run the tests on my machine, weird python parallel processing issues) I'm guessing this is this bug: https://github.com/returntocorp/semgrep/issues/8120

> The parallelism bug is gone, but now I'm having a weird issue. > > ``` > poetry run semgrep --test --config routes/rules/ tests/test_rules/ > .... > > Found rule...