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: linuxcommunity/NoSQLMap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codingo/NoSQLMap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 9, 2025

  1. Bump requests from 2.20.0 to 2.32.4

    Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.32.4.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.20.0...v2.32.4)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    7f8fab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Merge pull request codingo#146 from codingo/dependabot/pip/requests-2…

    ….32.4
    
    Bump requests from 2.20.0 to 2.32.4
    codingo authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    54d3fdb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Fix overeager requests update incompatible with python 2.7

    Python 2.7 was very sad with dependabot's change.  Fixed!
    
    Also three docker improvements:
    
    - Make development easier with docker by using the
      files from the current directory instead of checking out
      a fresh copy.  This clutters the top level directory a bit,
      but it feels like a good tradeoff.
    
    - Have the docker app listen on port 8080 by default, as fiddling with port 80 is a bit scary
    
    - Have the docker app accept commandline parameters
    
    And, finally, a README.md improvement:
    
    - Show an example script to tickle three vulnerabilities in vuln_apps
    dkegel-fastly committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    cc4fa55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f460d29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    589a1ae View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Merge pull request codingo#154 from dkegel-fastly/master

    Fix overeager requests update incompatible with python 2.7
    codingo authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    5a6dc7a View commit details
    Browse the repository at this point in the history
Loading