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: tenable/pyTenable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: tenable/pyTenable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.2
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 8, 2020

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

Commits on Jan 10, 2020

  1. Extend _wait_for_download() to pass params through to api

    `TIOEndpoint._wait_for_download()` now takes keyword parameters that it
    passes through to the `_api.get()` call.
    
    This makes it generally useful if we need to pass query parameters or
    other web request modifiers in.
    dznz committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    f90f6dd View commit details
    Browse the repository at this point in the history
  2. Enable export of web-app scans

    Pass through the scan type to allow the exporting of WAS data.
    Named the parameter `scan_type` to make it a little clearer than the
    raw API param: https://developer.tenable.com/reference#was-scans-export-status
    
    NB. as this process makes three separate web calls we use two dicts of
    parameters to ensure they don't mix.
    dznz committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    ab56c6f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #175 from dznz/dz/allow-was-export

    Enable export of web-app scans
    SteveMcGrath committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    2687058 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    52edca5 View commit details
    Browse the repository at this point in the history
  2. Upped rev to 1.0.2

    SteveMcGrath committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    18517ef View commit details
    Browse the repository at this point in the history
Loading