Isaac Evans
Isaac Evans
## Overview If ctrl+c is pressed during bento check as a git hook, it may leave the git index.lock file around. Blocking future git commits. ## Current Behavior > Describe...
**Is your feature request related to a problem? Please describe.** I happen to know where the bento repository is, but most people don't. **Describe the solution you'd like** If there's...
We should use this github feature: https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#grouping-log-lines
**Describe the bug** Semgrep fails to see a compile-time constant in python. Example: ``` # column typarray not available before PG 8.3 typarray = conn.info.server_version >= 80300 and "typarray" or...
**Describe the bug** When semgrep is run offline with a registry config, the output doesn't clearly explain what's going on: ``` ine@MacBook-Pro-6 ~/D/r/semgrep (develop)> semgrep --config=auto Fetching rules from https://semgrep.dev/registry....
We should only be matching the first clause, but match both: (cc @dlukeomalley who noticed this in the cheatsheet)  test case is at https://github.com/returntocorp/semgrep/blob/a7941ebae2c80bf1982f4a0a63a576f659468273/semgrep-core/tests/python/dots_nested_stmts.py