Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snyk/snyk-python-plugin
base: 7033b6099cfa918d8c324d63c992f5327f65a4e6
Choose a base ref
...
head repository: snyk/snyk-python-plugin
compare: 6144e09ad4f6db6f5519f1be6a88b52aae2ca199
Choose a head ref
  • 19 commits
  • 25 files changed
  • 4 contributors

Commits on Mar 8, 2022

  1. fix: use correct requirements filter regex for 'ge'

    Previously the regex used "=>" whereas pep508 specifies ">=" as the ge
    comparator. https://www.python.org/dev/peps/pep-0508/#environment-markers
    JamesPatrickGill committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8f404e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Merge pull request #176 from snyk/fix/correct-ge-version-cmp-to-match…

    …-pep508
    
    fix: use correct requirements filter regex for 'ge'
    admons committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    155177f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. feat: allow empty manifest flag

    this change introduce "--allow-empty" flag, that doesn't throw "No dependencies found." error when manifest is empty.
    admons committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7c711fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from snyk/feat/allow-empty-manifest-flag

    feat: allow empty manifest flag
    admons committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5871df7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. fix: when a line inside "requirements.txt" has more than one space

    today we fail for the following requirements line "-r req-something.txt # some comment" because of the way we split the line
    this change will just take the second item in the line (right after the '-r' flag)
    
    in addition, this will fix the release phase on circle
    admons committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    9594b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c8fa99 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #180 from snyk/fix/requirements-line-with-more-tha…

    …n-one-space
    
    fix: when a line inside "requirements.txt" has more than one space
    admons committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    fdc05b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. fix: fix key XXX not found in packageToDepTreeMap

    Since the last change of introducing packageToDepTreeMap, we're seeing some errors in logs of "key XXX not found in packageToDepTreeMap"
    This happens because current implementation ignores "extras" property (i.e. requests['security']) and identify duplicate "requests" children.
    this small change doesn't add support for "extras" property, but simply ignores it in a more graceful way (no regression here)
    admons committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3bd2ade View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Merge pull request #181 from snyk/fix/key-not-found-in-packageToDepTr…

    …eeMap
    
    fix: fix key XXX not found in packageToDepTreeMap
    admons committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    3cc5bad View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

Commits on Apr 13, 2022

  1. Merge pull request #185 from snyk/chore/fix-broken-tests-and-remove-p…

    …ip9-support
    
    chore: fix broken tests and remove support for pip 9.0.3
    xzhou-snyk committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    94f5668 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    1943319 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #188 from snyk/feat/support-files-with-bom

    feat: support requirements.txt files with bom enconding
    admons committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    60e23db View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    9aa61ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from snyk/chore/fix-broken-tests-and-bump-nod…

    …e-to-16
    
    chore: fix broken tests and bump node to 16
    xzhou-snyk committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7938b02 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Oct 25, 2022

  1. Merge pull request #192 from snyk/fix/support-pipenv-with-empty-packages

    fix: support pipenv empty packages
    xzhou-snyk committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    43d4b85 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. fix: quote spawn args

    xzhou-snyk committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8591abd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #197 from snyk/fix/quote-spawn-args

    fix: quote spawn args
    xzhou-snyk committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6144e09 View commit details
    Browse the repository at this point in the history