Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance fix #502

Merged
merged 9 commits into from
Jun 22, 2019
Merged

Performance fix #502

merged 9 commits into from
Jun 22, 2019

Conversation

tylerwince
Copy link
Contributor

Fix #490 and replace PR #491

codingjoe and others added 8 commits May 13, 2019 15:52
The lines were introduced in 7c4b9fa
and have two effects. First they cause `get_issue_list` to run twice and before
the user receives feedback that bandit started running. Secondly it does not
display any output if no issues are found, which is an unintended behavior change.
Copy link
Member

@ericwb ericwb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also need a change to the screen formatter here: https://github.com/PyCQA/bandit/blob/master/bandit/formatters/screen.py#L176

@ericwb
Copy link
Member

ericwb commented Jun 21, 2019

Hi @tylerwince, can you please also make a change to screen.py

@tylerwince
Copy link
Contributor Author

@ericwb done

Copy link
Member

@ericwb ericwb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ericwb ericwb merged commit d25f3fc into PyCQA:master Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

degraded performance in 1.6.0 release
3 participants