Thanks to visit codestin.com
Credit goes to github.com

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: zaproxy/zap-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.21
Choose a base ref
...
head repository: zaproxy/zap-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.22
Choose a head ref
  • 7 commits
  • 13 files changed
  • 3 contributors

Commits on Oct 28, 2022

  1. Prepare next dev iteration

    Update version and changelog.
    
    Signed-off-by: thc202 <[email protected]>
    thc202 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    605b42b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from thc202/bump-version

    Prepare next dev iteration
    kingthorin authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    358c1d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. python2 -> python3, and a small bug fix

    In order for enable_scanners & disable_scanners to work, `ascanIds` can't be in list format.
    
    (the other solution would be to change the enable_scanners & disable_scanners functions to accept a list as an argument)
    
    Signed-off-by: Nate <[email protected]>
    nate-thegrate authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    639d28a View commit details
    Browse the repository at this point in the history
  2. remove python version number

    Signed-off-by: Nate <[email protected]>
    nate-thegrate authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9688761 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Merge pull request #74 from nate-thegrate/patch-1

    Correctly pass scan rules' IDs in zap_example_api_script.py
    kingthorin authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    eb53c5e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Update APIs of add-ons and core

    Update core APIs for 2.13.0.
    
    Update the APIs of the following add-ons:
     - AJAX Spider version 23.15.0;
     - Alert Filters version 17;
     - GraphQL Support version 0.18.0;
     - Network version 0.10.0;
     - Selenium version 15.13.0;
     - Spider version 0.5.0.
    
    Prepare release.
    Remove Python 3.7, already EOL.
    Test with Python 3.10.
    
    Signed-off-by: thc202 <[email protected]>
    thc202 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ed5c768 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from thc202/update-apis

    Update APIs of add-ons and core
    kingthorin authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7a78928 View commit details
    Browse the repository at this point in the history
Loading