Mark Florian

Results 9 issues of Mark Florian

**Describe the bug** Running this configuration: ```toml [foo] match=":[1]" rewrite=":[1]" rule=""" where match :[1] { ":[_~foo]" -> true }, rewrite :[1] { ":[ _]" -> "|" }, """ ``` Against...

**Describe the bug** If a rule uses a `pattern-regex` and `generic_comment_style` configuration, findings are still found inside commented sections. Changing the `pattern-regex` to a `pattern` makes the `generic_comment_style` configuration work....

bug

**Describe the bug** I think https://github.com/semgrep/semgrep/pull/8993 broke out test suite. They fail with 1.45.0 and up, but work (pass correctly) with earlier versions. Our current directory structure is something like...

feature:test

### Is your feature request related to a problem? Sometimes I can't remember exactly the name of an app or how it's spelled, so I would like to be able...

bug

It'd be useful if the README referred to [babel-plugin-dev-expression](https://github.com/4Catalyzer/babel-plugin-dev-expression), or similar, as the way to actually strip out the messages passed to `invariant` when `NODE_ENV=production`. As it is, the [source](https://github.com/zertosh/invariant/blob/master/invariant.js#L19-L20)...

The `util/venv-dependencies.sh` script requires `virtualenv` to be available on the `PATH`, and "solves" that by running `sudo pip install virtualenv`. I don't want my system cluttered up like that. Instead,...

I just completed the 2021/2022 survey, and reached the thanks page, and got this error in the view: ![state of js](https://user-images.githubusercontent.com/1250926/150787559-936b9ddd-ffca-4ccf-9f63-8b338bc3fed4.png) Here's the stack trace logged in the console (though...

Before, `flatten(parse('not a pr'))` would recurse infinitely. Now it returns the correct result.

The "Special options" documentation mentions `$skip`, but that isn't correct. It should be `$skipAll`.