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: packpack/packpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: packpack/packpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Totktonada/tools-drop-old-requirements
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 14, 2020

  1. tools: remove PyYAML from requirements.txt

    PyYAML was used in build.py, but it was removed in
    6f6fbc4 ('Remove experimental
    build.py').
    
    GitHub complains about old PyYAML dependency due to CVE-2017-18342.
    We're on the safe side, because we don't use it in fact, but it is good
    to keep requirements up-to-date.
    
    GHSA-rprw-h62v-c2w7
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18342
    Totktonada committed May 14, 2020
    Configuration menu
    Copy the full SHA
    18d1679 View commit details
    Browse the repository at this point in the history
  2. tools: remove argparse from requirements.txt

    argparse is built-in module in Python 2.7 and Python 3.2+. There is no
    need to keep it in dependencies.
    
    See rueckstiess/mtools#579
    Totktonada committed May 14, 2020
    Configuration menu
    Copy the full SHA
    3b15fb5 View commit details
    Browse the repository at this point in the history
Loading