Isaac Evans

Results 16 issues of 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...

bug
feature:check
feature:autorun

**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...

documentation
request:enhancement

We should use this github feature: https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#grouping-log-lines

enhancement

**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...

bug
priority:low
lang:python
pattern:data-flow

**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....

priority:low
error-reporting

We should only be matching the first clause, but match both: (cc @dlukeomalley who noticed this in the cheatsheet) ![image (10)](https://user-images.githubusercontent.com/409041/88605606-3d608f00-d02f-11ea-874e-01d051c8cadf.png) test case is at https://github.com/returntocorp/semgrep/blob/a7941ebae2c80bf1982f4a0a63a576f659468273/semgrep-core/tests/python/dots_nested_stmts.py

bug
priority:medium
lang:python
user:internal