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

Fix sql injection check for f-strings #434

Merged
merged 5 commits into from Dec 2, 2018

Commits on Nov 30, 2018

  1. [Fix for PyCQA#427]

    - added check for f-string sql injection
    - added test
    mikespallino committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    1b8b126 View commit details
    Browse the repository at this point in the history
  2. [flake8]

    - fix flake8 issues
    mikespallino committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    467401f View commit details
    Browse the repository at this point in the history
  3. [review-items]

    - move sys import
    - change version -> version_info. This wasn't doing the right thing before.
    - check for versions below 3.6 first, all versions greater check for f strings
    mikespallino committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    467d078 View commit details
    Browse the repository at this point in the history
  4. [feedback]

    - be more sensible about versions
    mikespallino committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    c69e70d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

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