Emma Jin

Results 37 comments of Emma Jin

Discussion in semgrep: https://github.com/returntocorp/semgrep/issues/4828

Does having `.semgrepignore` work with CLI (something we are trying to add in the near future) support this sufficiently?

Alternatively, we can document this behavior more clearly.

We don't have a way to configure what yaml files are targeted in a folder because in general we assume that people have control over their config folders. I see...

@mmcqd encountered this: ok I have an absolutely insane matching error for you guys lol. I have not figured out what's happening yet. this rule: ``` rules: - id: test...

I've investigated this a bit and there are a couple things going on: One is that we're removing a file that could be a temp file after it's closed. I'm...

Thanks a lot for looking into this! This definitely could be two separate issues; until I can reproduce any of them it's hard to know. @emcd Could you tell me...

Wow, thank you for this thorough investigation! This makes sense based on my understanding of the code as well. I was wondering how it was being removed before the `semgrep-core`...

This is intentional; metavariable-xyz operators can only work with metavariables that occur in positive patterns. The best solution would probably be to make `pattern-not-inside` accept a formula. Something like ```...

@mjambon Is this addressed in Guess_lang?