bento icon indicating copy to clipboard operation
bento copied to clipboard

[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱

Results 71 bento issues
Sort by recently updated
recently updated
newest added

On Debian, if python3-venv is not installed, bento init will fail and then subsequent runs will not work until `--init clean` is called. It would be preferable to check for...

request:enhancement
feature:init

## Overview Bento described N archived findings, even if the archive contains 0. ## Current Behavior ``` > git commit -am "foo" ... ◦ Not showing 4 archived finding(s). To...

bug
feature:check
cannot-reproduce

Just a note that came up on a call. I think there's some confusing behavior where - `bento init` gitignores `.bento/**` globally - `bento archive` creates `.bento/archive.json` and suggests pushing...

request:enhancement
feature:archive

## Overview The Bandit check `import_xml-etree` contains a `_` instead of a `-`. ## Steps to Reproduce 1. `$ bento init` 2. `cat .bento/config.yml` ## Possible Solution The is present...

bug
tool:bandit
feature:check
starter-project

As a user newly adding bento to a repo, I wanted to enable all the available tools to first see what it can offer and then cut down what I...

request:feature
feature:enable-disable

## Overview Ran `bento check` with a corrupted cache. Bento fails to parse the cache and hard fails, telling me to run `bento init --clean` which addresses a different problem....

bug
feature:check

> It would be great if Bento had some checks to measure code quality, for example: > >  - Cognitive Complexity >  - Cyclomatic Complexity >  - Anything that could...

request:feature
feature:check
discussion-required

Make a commit that deletes files only. Git commit it with bento autorun enabled: ``` git commit -am "comment ifelse for platform run" Running Bento checks on staged files... ⚠...

request:enhancement
feature:check
feature:autorun
confusing

Surprising exception occurred while running bento archive On bento bento/0.9.1 ``` ine@imbp4 ~/D/r/s/scripts (ie/refactor-sgrep-py) [1]> git diff diff --git a/scripts/sgrep-lint/evaluation.py b/scripts/sgrep-lint/evaluation.py index cbc8b46..da54182 100644 --- a/scripts/sgrep-lint/evaluation.py +++ b/scripts/sgrep-lint/evaluation.py ... ```...

bug
feature:archive
needs-information

The current process involves just manually triggering one successful run of the action and then checking if it crashed at https://github.com/returntocorp/bento-action/pull/1 We should test a lot more cases: various checks,...

request:enhancement
feature:github-action