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

Add end_col_offset if available #851

Merged
merged 2 commits into from
Jul 8, 2022
Merged

Add end_col_offset if available #851

merged 2 commits into from
Jul 8, 2022

Commits on Mar 7, 2022

  1. Add end_col_offset if available

    Python 3.8 and above include an end_col_offset attribute on nodes
    to indicate the end column offset of the node. If available,
    Bandit should include end_col_offset for more clarity on the column
    range where the issue was found.
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    cfd53b2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    f10311b View commit details
    Browse the repository at this point in the history